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