Files
kotlin-fork/compiler/testData/codegen/light-analysis/smartCasts/nullSmartCast.txt
T

7 lines
439 B
Plaintext
Vendored

@kotlin.Metadata
public final class NullSmartCastKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.Nullable p0: java.lang.String): java.lang.String
}