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

13 lines
283 B
Kotlin
Vendored

package simple
// this test is used also to check more than one file for package in JetPositionManager:prepareTypeMapper. see forTests/simple.kt
fun main(args: Array<String>) {
//Breakpoint!
args.size
}
// EXPRESSION: 1
// RESULT: 1: I
// EXPRESSION: 1 + 1
// RESULT: 2: I