Minor: update testData with nullability annotations
This commit is contained in:
@@ -4,7 +4,6 @@ import java.lang.System;
|
||||
public final class State {
|
||||
private final int someInt = 0;
|
||||
private final long someLong = 0L;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.lang.String someString = null;
|
||||
|
||||
public final int getSomeInt() {
|
||||
|
||||
Reference in New Issue
Block a user