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