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