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

13 lines
392 B
Plaintext
Vendored

@kotlin.Metadata
public final class Kt6870_privatePropertyReferenceKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
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
}