Move debugger test data to the new location
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
object Obj {
|
||||
val x = foo() // Obj
|
||||
|
||||
fun foo(): Int {
|
||||
return 0 // Obj
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user