public class Test { int a = 1 + 1, b = newMethod(), c = 3 - 3; private int newMethod() { return 2 * 2; } }