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