bb808b5620
Moved tests for completion and their test data into module idea-completion
7 lines
201 B
Kotlin
Vendored
7 lines
201 B
Kotlin
Vendored
fun String?.foo(){
|
|
val s : String = <caret>
|
|
}
|
|
|
|
// EXIST: { lookupString:"this", itemText: "!! this", typeText:"String?" }
|
|
// EXIST: { lookupString:"this", itemText: "?: this", typeText:"String?" }
|