Files
kotlin/idea/testData/debugger/selectExpression/nameArgument.kt
2016-02-02 15:16:14 +03:00

5 lines
60 B
Kotlin
Vendored

fun foo(i: Int) {
foo(<caret>i = 1)
}
// EXPECTED: null