bb808b5620
Moved tests for completion and their test data into module idea-completion
4 lines
48 B
Kotlin
Vendored
4 lines
48 B
Kotlin
Vendored
fun foo(): String {
|
|
val s = "$OOO<caret>"
|
|
}
|