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

9 lines
247 B
Kotlin
Vendored

package kt5554OnlyIntsShouldBeCoerced
fun main(args: Array<String>) {
//Breakpoint!
args.size
}
// EXPRESSION: Class.forName("java.lang.Object").getGenericInterfaces()
// RESULT: instance of java.lang.Class[0] (id=ID): [Ljava/lang/Class;