blob: e79f79c3a52deac52aa36093052ffda651a9afa2 [file] [log] [blame]
import java.util.*;
class Test {
void aaa(Test p) { return 1; }
void test() {
Comparator<Test> r2 = Test::<caret>
}
}