Fixed test data for ReadJavaBinaryClassTest, avoiding "package" visibility.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package test;
|
||||
|
||||
class ConstructorGenericSimple {
|
||||
<P> ConstructorGenericSimple(P p) {}
|
||||
public class ConstructorGenericSimple {
|
||||
public <P> ConstructorGenericSimple(P p) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user