bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
95 B
Plaintext
Vendored
9 lines
95 B
Plaintext
Vendored
fun foo(s: String){ }
|
|
|
|
fun bar(sss: String) {
|
|
foo(sss)<caret>
|
|
}
|
|
|
|
//ELEMENT: sss
|
|
//CHAR: \t
|