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