//class class Foo { Foo(int a, int b) { } void foo() { Foo f = new Foo(1, 2); } }