Move debugger test data to the new location
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package asyncSimple
|
||||
|
||||
suspend fun main() {
|
||||
val a = 5
|
||||
foo()
|
||||
//Breakpoint!
|
||||
val b = a
|
||||
}
|
||||
|
||||
suspend fun foo() {}
|
||||
Reference in New Issue
Block a user