Tests: fix test for AS 3.6
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
|||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
import kotlin.properties.ReadOnlyProperty;
|
||||||
|
|
||||||
|
class J {
|
||||||
|
|
||||||
|
public static class Foo<T> implements ReadOnlyProperty<A<T>, B> {
|
||||||
|
public Foo(T t, @NotNull String s) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user