Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData/evaluation/singleBreakpoint/multilineExpressionAtBreakpoint.kt
T
2019-10-08 19:13:55 +09:00

12 lines
173 B
Kotlin
Vendored

package multilineExpressionAtBreakpoint
fun main(args: Array<String>) {
//Breakpoint!
args
.size
.downTo(0)
}
// EXPRESSION: 1 + 1
// RESULT: 2: I