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