Move debugger test data to the new location
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
package javaSamFunction
|
||||
|
||||
import forTests.MyJavaClass
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val klass = MyJavaClass()
|
||||
//Breakpoint!
|
||||
klass.other { /* do nothing*/ }
|
||||
}
|
||||
Reference in New Issue
Block a user