Move debugger test data to the new location
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user