Minor: update testData with nullability annotations
This commit is contained in:
@@ -6,7 +6,6 @@ public final class Cl {
|
||||
public Cl() {
|
||||
super();
|
||||
}
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.lang.String a = null;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
Reference in New Issue
Block a user