Files
kotlin/idea/testData/debugger/selectExpression/param.kt

5 lines
48 B
Kotlin
Vendored

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