Move debugger test data to the new location
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
package abstractFunCall
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
//Breakpoint!
|
||||
args.size
|
||||
}
|
||||
|
||||
// EXPRESSION: (1 as java.lang.Number).intValue()
|
||||
// RESULT: 1: I
|
||||
Reference in New Issue
Block a user