[TD] Update test data after previous commit
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ fun testRef(f: () -> Int) {}
|
||||
fun test() {
|
||||
// should resolve to Int.foo
|
||||
testRef(1::foo)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
fun foo() = 1
|
||||
|
||||
fun bar() = foo()
|
||||
fun bar() = foo()
|
||||
|
||||
@@ -6,4 +6,4 @@ class B : A() {
|
||||
fun bar() {
|
||||
foo()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user