Files
kotlin-fork/compiler/testData/codegen/light-analysis/extensionProperties/inClassWithPrivateGetter.txt
T

11 lines
346 B
Plaintext
Vendored

public final class InClassWithPrivateGetterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public final class Test {
public method <init>(): void
private final method getFoo(p0: int): java.lang.String
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
}