Smart completion: enum members to be listed after qualifier too
This commit is contained in:
@@ -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)" }
|
||||
Reference in New Issue
Block a user