Files
kotlin/compiler/testData/codegen/light-analysis/callableReference/bound/nullReceiver.txt
2016-12-05 20:10:32 +03:00

5 lines
276 B
Plaintext
Vendored

public final class NullReceiverKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getOk(@org.jetbrains.annotations.Nullable p0: java.lang.String): java.lang.String
}