9 lines
362 B
Kotlin
9 lines
362 B
Kotlin
import java.lang.annotation.ElementType
|
|
|
|
fun foo(){
|
|
var 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" }
|