Files
kotlin-fork/compiler/testData/codegen/light-analysis/increment/postfixNullableIncrement.txt
T

6 lines
382 B
Plaintext
Vendored

public final class PostfixNullableIncrementKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.Nullable method inc(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): java.lang.Integer
public final static @org.jetbrains.annotations.Nullable method init(): java.lang.Integer
}