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 (): 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 } 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 }