blob: 04941826cc459dd9a4fab357946563f89e0844db [file] [log] [blame]
import java.util.*;
class A_testRawComment_in {
<T> void foo(){
Set/*<String>*/ x= new HashSet();
x.add("");
}
}