mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: 7e1b558415ac7a7d381287e99bf54ce87eeef6cb
5 lines
102 B
Java
5 lines
102 B
Java
public class Test<K> {
|
|
public Test<K> test() {
|
|
<selection>return this;</selection>
|
|
}
|
|
} |