Move debugger test data to the new location
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
fun foo() {
|
||||
<caret>bar { }
|
||||
}
|
||||
|
||||
fun bar(f: () -> Unit) = 1
|
||||
|
||||
// EXPECTED: bar { }
|
||||
Reference in New Issue
Block a user