mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 19:29:30 +07:00
search for method references during constructor search (IDEA-92804)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
class ConstructorUsages {
|
||||
ConstructorUsages() {
|
||||
}
|
||||
|
||||
void foo() {
|
||||
BlahBlah<ConstructorUsages> blahBlah = ConstructorUsages::new;
|
||||
}
|
||||
}
|
||||
interface BlahBlah<T> {
|
||||
T foo();
|
||||
}
|
||||
Reference in New Issue
Block a user