JVM: Generate object and companion object INSTANCE fields as @NotNull
This commit is contained in:
+2
@@ -4,6 +4,7 @@ import java.lang.System;
|
||||
public final class Boo {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private static final java.lang.String z = null;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final Boo INSTANCE = null;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
@@ -49,6 +50,7 @@ public final class Foo {
|
||||
private static final java.lang.String j = null;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private static final java.lang.String k = null;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final Foo INSTANCE = null;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
Reference in New Issue
Block a user