class J { void foo(int n) { int y = n; new K().bar(y); } }