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

5 lines
44 B
Kotlin

fun foo() {
<caret>+1
}
// EXPECTED: +1