bb808b5620
Moved tests for completion and their test data into module idea-completion
7 lines
132 B
Kotlin
Vendored
7 lines
132 B
Kotlin
Vendored
fun test(a: Int) {}
|
|
|
|
fun some() {
|
|
tes<caret>
|
|
}
|
|
|
|
// EXIST: { lookupString:"test", itemText:"test", tailText:"(a: Int) (<root>)" } |