package p;

class Ref {
    void m() {
            new A().m(("a"); // missing )
    }
}
