// "Create Method 'get'" "true" class W { } class C { void foo () { W w = new W(); String s = w.get(""); } }