IDEA-96385 Uncomplete definition of variable in "Quick Documentation" Window

This commit is contained in:
Denis.Zhdanov
2013-02-02 15:05:03 +04:00
parent 8e3e979306
commit cd70acac56
4 changed files with 18 additions and 2 deletions
@@ -0,0 +1,4 @@
class Test {
public int field = anotherField;
public static int anotherField = 1;
}