[AA LC] Fix computation of const initializers of fields
This commit is contained in:
@@ -8,7 +8,7 @@ public final class C /* C*/ {
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
private final java.lang.String type;
|
||||
|
||||
private final boolean p1;
|
||||
private final boolean p1 = false /* initializer type: boolean */;
|
||||
|
||||
@kotlin.jvm.JvmOverloads()
|
||||
@kotlin.jvm.JvmStatic()
|
||||
@@ -86,7 +86,7 @@ public final class C /* C*/ {
|
||||
|
||||
|
||||
class Companion ...
|
||||
|
||||
|
||||
}
|
||||
|
||||
public static final class Companion /* C.Companion*/ {
|
||||
@@ -113,4 +113,4 @@ public static final class Companion /* C.Companion*/ {
|
||||
|
||||
private Companion();// .ctor()
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user