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:
anna
2010-05-27 20:00:10 +04:00
parent 8a9488c613
commit 9e165bcd23
3 changed files with 24 additions and 1 deletions
@@ -0,0 +1,5 @@
public class T<caret>oFind {
void foo() {
new ToFind();
}
}