mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
tests changes after collections mapping
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package test;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import java.util.AbstractList;
|
||||
|
||||
public class ModalityOfFakeOverrides extends AbstractList<String> {
|
||||
@Override
|
||||
@NotNull
|
||||
public String get(int index) {
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user