JVM: Generate object and companion object INSTANCE fields as @NotNull
This commit is contained in:
+1
@@ -139,6 +139,7 @@ public final class Foo {
|
||||
|
||||
@kotlin.Metadata()
|
||||
public static final class Zoo {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final test.Foo.Bar.Zoo INSTANCE = null;
|
||||
|
||||
private Zoo() {
|
||||
|
||||
Reference in New Issue
Block a user