bb808b5620
Moved tests for completion and their test data into module idea-completion
6 lines
71 B
Plaintext
Vendored
6 lines
71 B
Plaintext
Vendored
import other.makePair
|
|
|
|
fun foo() {
|
|
val pair = 1 makePair <caret>
|
|
}
|