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