bb808b5620
Moved tests for completion and their test data into module idea-completion
7 lines
270 B
Kotlin
Vendored
7 lines
270 B
Kotlin
Vendored
fun foo(){
|
|
var l : java.util.Locale? = <caret>
|
|
}
|
|
|
|
// EXIST: { lookupString:"ENGLISH", itemText:"Locale.ENGLISH", tailText:" (java.util)", typeText:"Locale!" }
|
|
// EXIST: { lookupString:"FRENCH", itemText:"Locale.FRENCH", tailText:" (java.util)", typeText:"Locale!" }
|