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

11 lines
373 B
Plaintext
Vendored

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