aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test1/Clinit2.java
blob: 0f19a8feb47fd7660da369193117001e47e966f4 (plain)
1
2
3
4
5
6
7
8
package test1;

public class Clinit2 {
    public int i = 123;
    public static int j;

    public int run() { return j; }
}