Files
2023-04-07 13:13:30 +00:00

5 lines
102 B
Java

public class Test<K> {
public Test<K> test() {
<selection>return this;</selection>
}
}