Update control flow test data for tower resolution algorithm
- locals win - drop old invokeExtension convention
This commit is contained in:
+2
-2
@@ -5,6 +5,6 @@ class Foo() {
|
||||
fun Bar.invoke() {}
|
||||
}
|
||||
|
||||
fun foobar(f: Foo) {
|
||||
Bar().f()
|
||||
fun Foo.foobar(bar: Bar) {
|
||||
bar()
|
||||
}
|
||||
Reference in New Issue
Block a user