blob: cba371bcc19ecd7fbe384ac535efb1184eae9437 [file] [log] [blame]
class X {
public int n(int a) {
return (new Test()).m(a, a * 2, new Test());
}
}