mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-31 11:20:55 +07:00
9 lines
138 B
Java
9 lines
138 B
Java
import java.util.*;
|
|
|
|
class Test {
|
|
int aaa(Test p) { return 1; }
|
|
void test() {
|
|
Comparator<Test> r2 = Test::<caret>
|
|
}
|
|
}
|