blob: a933425211aee2d02196ed08fa438881c6abd6f9 [file] [log] [blame]
package test2;
class NewOp2 {
NewOp2(long j, NewOp op, Object obj, long k) {}
}
public class NewOp {
@SuppressWarnings("rawtypes")
java.util.Vector listenerList;
static int i = 0;
static String s;
static {
String m = "test";
s = m.substring(1);
}
}