Files
kotlin-fork/idea/idea-completion/testData/basic/common/namedArguments/AfterComma.kt
T
Valentin Kipyatkov e0f1bde20a Renames
2015-06-25 21:57:11 +02:00

8 lines
147 B
Kotlin
Vendored

fun small(first: Int, second: Int) {
}
fun test() = small(12, <caret>)
// ABSENT: first
// EXIST: { lookupString:"second", itemText:"second =" }