Files
kotlin-fork/compiler/testData/codegen/light-analysis/reflection/noReflectAtRuntime/propertyInstanceof.txt
T

20 lines
1.1 KiB
Plaintext
Vendored

@kotlin.Metadata
public final class A {
private @org.jetbrains.annotations.NotNull field mutable: java.lang.String
private final @org.jetbrains.annotations.NotNull field readonly: java.lang.String
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getMutable(): java.lang.String
public final @org.jetbrains.annotations.NotNull method getReadonly(): java.lang.String
public final method setMutable(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@kotlin.Metadata
public final class PropertyInstanceofKt {
private static @org.jetbrains.annotations.NotNull field mutable: java.lang.String
private final static @org.jetbrains.annotations.NotNull field readonly: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getMutable(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getReadonly(): java.lang.String
public final static method setMutable(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}