// "Add 'int' as 1st parameter to method 'foo'" "true" public class J { void foo() { new K().foo(1); } }