IDEA-70589 autocomplete in interfaces thinks that everything is a constant

This commit is contained in:
peter
2011-09-08 16:15:57 +02:00
parent 633f98cacf
commit c6343bf710
4 changed files with 28 additions and 26 deletions
@@ -0,0 +1,5 @@
interface Foo {
GooBarDoo calc<caret>
}
interface GooBarDoo {}