bb808b5620
Moved tests for completion and their test data into module idea-completion
5 lines
81 B
Plaintext
Vendored
5 lines
81 B
Plaintext
Vendored
fun foo(p1: String, p2: Int){ }
|
|
|
|
fun bar(o: Any){
|
|
foo(o as String, <caret>)
|
|
} |