blob: 6882d5492dcea695e09f0e6c06a11c39e53e9c98 [file] [log] [blame]
class Test {
public <T> T method(Class<T> clazz) {
<selection>System.out.println();</selection>
return null;
}
}