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

16 lines
776 B
Plaintext
Vendored

@kotlin.Metadata
public final class InClassWithSetterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public final class Test {
private @org.jetbrains.annotations.NotNull field storage: java.lang.String
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getFoo(p0: int): java.lang.String
public final @org.jetbrains.annotations.NotNull method getStorage(): java.lang.String
public final method setFoo(p0: int, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
public final method setStorage(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
}