FIR LC: revisit when to add fields to companion and/or containing class
This commit is contained in:
committed by
Ilya Kirillov
parent
89d1a6bc0f
commit
63fb00fa21
+3
@@ -7,6 +7,9 @@ public abstract interface TraitClassObjectField /* TraitClassObjectField*/ {
|
||||
|
||||
|
||||
public static final class Companion /* TraitClassObjectField.Companion*/ {
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
private final java.lang.String x = "" /* initializer type: java.lang.String */;
|
||||
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
private final java.lang.String y;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user