blob: 5b04d3296b5a4ce73232b6347394d152331f0b1f [file] [log] [blame]
package p;
class Ref {
void m() {
new A().m(("a"), null; // missing )
}
}