bb808b5620
Moved tests for completion and their test data into module idea-completion
14 lines
94 B
Kotlin
Vendored
14 lines
94 B
Kotlin
Vendored
/**
|
|
* [<caret>]
|
|
*/
|
|
fun f(xyzzy: String) {
|
|
|
|
}
|
|
|
|
fun bar() {
|
|
|
|
}
|
|
|
|
// EXIST: xyzzy
|
|
// EXIST: bar
|