Files
kotlin-fork/idea/testData/completion/handlers/NamedParametersCompletion.kt.after
T
2014-03-19 17:59:41 +04:00

7 lines
97 B
Plaintext

fun foo(paramTest: Int = 12)
fun test() {
// '=' is expected
foo(paramTest = <caret>)
}