bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
81 B
Plaintext
Vendored
9 lines
81 B
Plaintext
Vendored
fun foo(p: Int){}
|
|
|
|
fun f() {
|
|
foo(<caret>)
|
|
(a + b).x()
|
|
}
|
|
|
|
// ELEMENT: foo
|