Files
kotlin-fork/compiler/testData/codegen/light-analysis/properties/classFieldInsideLocalInSetter.txt
T

13 lines
491 B
Plaintext
Vendored

@kotlin.Metadata
public final class ClassFieldInsideLocalInSetterKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public final class My {
private @org.jetbrains.annotations.NotNull field my: java.lang.String
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
public final method setMy(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}