mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
do not treat usages of constructor as non-code (although !reference.isResolvedTo(element) as reference resolves to the constructor's class)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class T<caret>oFind {
|
||||
void foo() {
|
||||
new ToFind();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user