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

15 lines
949 B
Plaintext
Vendored

public final class A {
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getMutable(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
public final @org.jetbrains.annotations.NotNull method getReadonly(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
public final method setMutable(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
}
public final class GetExtensionPropertiesMutableVsReadonlyKt {
private static @org.jetbrains.annotations.NotNull field storage: java.lang.String
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method getStorage(): java.lang.String
public final static method setStorage(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}