Smart completion: enum members to be listed after qualifier too

This commit is contained in:
Valentin Kipyatkov
2013-12-16 20:02:27 +04:00
parent db77eb54d7
commit f22ba73a92
3 changed files with 16 additions and 0 deletions
@@ -0,0 +1,8 @@
import java.lang.annotation.ElementType
fun foo(){
val e : ElementType = ElementType.<caret>
}
// EXIST: { lookupString:"TYPE", itemText:"TYPE", tailText:" (java.lang.annotation.ElementType)" }
// EXIST: { lookupString:"FIELD", itemText:"FIELD", tailText:" (java.lang.annotation.ElementType)" }