bb808b5620
Moved tests for completion and their test data into module idea-completion
4 lines
52 B
Plaintext
4 lines
52 B
Plaintext
fun test() {
|
|
val vvvvv = 12
|
|
vvvvv<caret>()
|
|
} |