bb808b5620
Moved tests for completion and their test data into module idea-completion
10 lines
133 B
Plaintext
Vendored
10 lines
133 B
Plaintext
Vendored
fun foo(s: String, i: Int){ }
|
|
|
|
fun bar() {
|
|
foo(getString(<caret>), )
|
|
}
|
|
|
|
fun getString(p: Int): String = ""
|
|
|
|
//ELEMENT: getString
|