bb808b5620
Moved tests for completion and their test data into module idea-completion
7 lines
97 B
Plaintext
Vendored
7 lines
97 B
Plaintext
Vendored
fun foo(paramTest: Int = 12)
|
|
|
|
fun test() {
|
|
// '=' is expected
|
|
foo(paramTest = <caret>)
|
|
}
|