Files

4 lines
87 B
Java

class Test {
public int field = anotherField;
public static int anotherField = 1;
}