Move debugger test data to the new location
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
package javaStaticMethods
|
||||
|
||||
import forTests.javaContext.JavaClass.JavaStatic
|
||||
|
||||
fun main() {
|
||||
//Breakpoint!
|
||||
val a = 5
|
||||
}
|
||||
|
||||
// EXPRESSION: JavaStatic.state()
|
||||
// RESULT: 1: I
|
||||
Reference in New Issue
Block a user