JVM: no nullability annotations on private and synthetic fields
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
public final class A {
|
||||
private static final int c;
|
||||
@org.jetbrains.annotations.NotNull
|
||||
private static java.lang.String v;
|
||||
public static final int cc = 1;
|
||||
@org.jetbrains.annotations.NotNull
|
||||
|
||||
Reference in New Issue
Block a user