bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
337 B
Kotlin
Vendored
9 lines
337 B
Kotlin
Vendored
import java.lang.annotation.ElementType
|
|
|
|
fun foo(){
|
|
val e : ElementType = <caret>
|
|
}
|
|
|
|
// EXIST: { lookupString:"TYPE", itemText:"ElementType.TYPE", tailText:" (java.lang.annotation)", typeText:"ElementType" }
|
|
// EXIST: { lookupString:"FIELD", itemText:"ElementType.FIELD", tailText:" (java.lang.annotation)", typeText:"ElementType" }
|