@kotlin.Metadata public final class Kt2655Kt { public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String } @kotlin.Metadata public final class SimpleTextField { private field text2: java.lang.String public method (): void public @org.jetbrains.annotations.NotNull method getText(): java.lang.String public method setText(@org.jetbrains.annotations.NotNull p0: java.lang.String): void } @kotlin.Metadata public interface TextField { public abstract @org.jetbrains.annotations.NotNull method getText(): java.lang.String public abstract method setText(@org.jetbrains.annotations.NotNull p0: java.lang.String): void } @kotlin.Metadata public final class TextFieldWrapper { private synthetic final field $$delegate_0: TextField public method (@org.jetbrains.annotations.NotNull p0: TextField): void public @org.jetbrains.annotations.NotNull method getText(): java.lang.String public method setText(@org.jetbrains.annotations.NotNull p0: java.lang.String): void }