import java.util.*; class A_testRawComment_in { <T> void foo(){ Set/*<String>*/ x= new HashSet(); x.add(""); } }