Files
kotlin-fork/idea/testData/debugger/selectExpression/param.kt
T

5 lines
48 B
Kotlin

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