Move debugger test data to the new location
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
class A {
|
||||
fun foo() {
|
||||
val a = {
|
||||
fun innerFoo() {
|
||||
val b = 1 // A\$foo\$a\$1\$1
|
||||
}
|
||||
innerFoo()
|
||||
}()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user