IDEA-63358 (references search in incomplete code)

This commit is contained in:
Roman Shevchenko
2011-01-27 10:35:34 +01:00
parent 2e31eda298
commit c8bcece45f
7 changed files with 97 additions and 0 deletions
@@ -0,0 +1,7 @@
public class RenameLocalIncomplete {
public void test() {
Integer _i = 0;
_i.
Double x = 3;
}
}