Move debugger test data to the new location
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package samAdapter
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
//Breakpoint!
|
||||
val a = 1
|
||||
runReadAction { 1 }
|
||||
}
|
||||
|
||||
fun runReadAction(action: () -> Int): Int {
|
||||
return forTests.MyJavaClass.runReadAction<Int>(action)
|
||||
}
|
||||
|
||||
// STEP_INTO: 8
|
||||
Reference in New Issue
Block a user