bb808b5620
Moved tests for completion and their test data into module idea-completion
6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
fun foo(): String {
|
|
val s = "${foo()<caret>}"
|
|
}
|
|
|
|
// ELEMENT: foo
|