FIR LC: revisit when to add fields to companion and/or containing class

This commit is contained in:
Jinseong Jeon
2022-05-17 11:21:53 -07:00
committed by Ilya Kirillov
parent 89d1a6bc0f
commit 63fb00fa21
8 changed files with 41 additions and 23 deletions
@@ -2,16 +2,16 @@ public final class ClassObjectField /* ClassObjectField*/ {
@org.jetbrains.annotations.NotNull()
public static final ClassObjectField.Companion Companion;
@org.jetbrains.annotations.Nullable()
private static final java.lang.String y;
@org.jetbrains.annotations.Nullable()
public static final java.lang.String x;
public ClassObjectField();// .ctor()
public static final class Companion /* ClassObjectField.Companion*/ {
@org.jetbrains.annotations.Nullable()
private final java.lang.String x;
@org.jetbrains.annotations.Nullable()
private final java.lang.String y;
@org.jetbrains.annotations.Nullable()
public final java.lang.String getX();// getX()