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