class C { void f(K k) { System.out.println(k); } void g() { Object o = ""; System.out.println(o); } }