JVM: Generate object and companion object INSTANCE fields as @NotNull
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
public final class A {
|
||||
@org.jetbrains.annotations.NotNull
|
||||
public static final A.Companion Companion;
|
||||
|
||||
public A() { /* compiled code */ }
|
||||
|
||||
Reference in New Issue
Block a user