Fixed test data for ReadJavaBinaryClassTest, avoiding "package" visibility.
This commit is contained in:
@@ -2,7 +2,7 @@ package test;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
class NotNullField {
|
||||
public class NotNullField {
|
||||
@NotNull
|
||||
public String hi;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user