Files
kotlin-fork/idea/testData/completion/smart/JavaEnumMembers.kt
T
2014-04-21 22:06:15 +04:00

9 lines
361 B
Kotlin

import java.lang.annotation.ElementType
fun foo(){
val e : ElementType = <caret>
}
// EXIST: { lookupString:"ElementType.TYPE", itemText:"ElementType.TYPE", tailText:" (java.lang.annotation)", typeText:"ElementType" }
// EXIST: { lookupString:"ElementType.FIELD", itemText:"ElementType.FIELD", tailText:" (java.lang.annotation)", typeText:"ElementType" }