12 lines
173 B
Kotlin
Vendored
12 lines
173 B
Kotlin
Vendored
package multilineExpressionAtBreakpoint
|
|
|
|
fun main(args: Array<String>) {
|
|
//Breakpoint!
|
|
args
|
|
.size
|
|
.downTo(0)
|
|
}
|
|
|
|
// EXPRESSION: 1 + 1
|
|
// RESULT: 2: I
|