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

6 lines
422 B
Plaintext
Vendored

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
}