summaryrefslogtreecommitdiffstats
path: root/src/test/test2/NewOp.java
blob: bf798a92e105d120e3a0700b3312517c9a93a58b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package test2;

class NewOp2 {
    NewOp2(long j, NewOp op, Object obj, long k) {}
}

public class NewOp {
    java.util.Vector listenerList;
    static int i = 0;
    static String s;
    static {
        String m = "test";
        s = m.substring(1);
    }
}