// "Create Method 'get'" "true" class Generic { } class WWW { void foo (Generic p) { E e = p.get(); } }