Files
kotlin-fork/compiler/testData/codegen/light-analysis/callableReference/property/kt6870_privatePropertyReference.txt
T

12 lines
359 B
Plaintext
Vendored

public final class Kt6870_privatePropertyReferenceKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Test {
private field iv: int
public method <init>(): void
public final method exec(): void
public final @org.jetbrains.annotations.NotNull method result(): java.lang.String
}