Move debugger test data to the new location
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun foo() {
|
||||
<caret>f1() {
|
||||
f2()
|
||||
}
|
||||
}
|
||||
|
||||
fun f1(f: () -> Unit) {}
|
||||
fun f2() {}
|
||||
|
||||
// EXISTS: f1(() -> Unit), f1: f.invoke()
|
||||
Reference in New Issue
Block a user