bb808b5620
Moved tests for completion and their test data into module idea-completion
7 lines
117 B
Plaintext
Vendored
7 lines
117 B
Plaintext
Vendored
fun foo(l: List<String>){}
|
|
fun foo(l: List<String>, p: Int){}
|
|
|
|
fun bar(o: Any) {
|
|
foo(o as List<String><caret>)
|
|
}
|