// "Try to generify 'before1.java'" "true" class c { void put(T t ) { } } class Use { void f() { c c = new c(); c.put(""); } }