class Foo { static int i; void m() { foo(i); } void foo(int p) {} }