Files
kotlin-fork/compiler/testData/codegen/light-analysis/functions/localFunctions/localExtensionOnNullableParameter.txt
T

13 lines
432 B
Plaintext
Vendored

public final class LocalExtensionOnNullableParameterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method localExtensionOnNullableParameter(): T
}
public class T {
private field value: int
public method <init>(p0: int): void
public final method getValue(): int
public final method setValue(p0: int): void
}