// "Remove 'new'" "false" class A { int x() { return new A.y(); } public static int y = 1; }