JVM: Generate object and companion object INSTANCE fields as @NotNull
This commit is contained in:
@@ -2,6 +2,7 @@ public final class C {
|
||||
@kotlin.jvm.JvmField
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public static final java.lang.String foo;
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public static final C.Companion Companion;
|
||||
|
||||
public C() { /* compiled code */ }
|
||||
|
||||
Reference in New Issue
Block a user