blob: 39a7384fdbb118402f876698541cde765fee487c [file] [log] [blame]
class Test {
public int field = anotherField;
public static int anotherField = 1;
}