| public final class KotlinClass /* fields.KotlinClass*/ { |
| @org.jetbrains.annotations.NotNull() |
| private final @org.jetbrains.annotations.NotNull() java.lang.String foo$1 = "1" /* initializer type: java.lang.String */; |
| |
| @org.jetbrains.annotations.NotNull() |
| public static final @org.jetbrains.annotations.NotNull() fields.KotlinClass.Companion Companion; |
| |
| private static final int foo = 0 /* initializer type: int */; |
| |
| @org.jetbrains.annotations.NotNull() |
| public final @org.jetbrains.annotations.NotNull() java.lang.String getFoo();// getFoo() |
| |
| public KotlinClass();// .ctor() |
| |
| public static final class Companion /* fields.KotlinClass.Companion*/ { |
| private Companion();// .ctor() |
| |
| public final int getFoo();// getFoo() |
| } |
| } |