Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createClass/callExpression/callWithJavaQualifierInMemberValDelegate.after.Dependency.java.as36
T
2020-02-27 15:39:27 +07:00

11 lines
230 B
Plaintext
Vendored

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) {
}
}
}