Update control flow test data for tower resolution algorithm

- locals win
- drop old invokeExtension convention
This commit is contained in:
Stanislav Erokhin
2015-12-10 18:13:35 +03:00
parent 79b30dddf9
commit dd24fd47f7
7 changed files with 38 additions and 41 deletions
+2 -2
View File
@@ -5,6 +5,6 @@ class Foo() {
fun Bar.invoke() {}
}
fun foobar(f: Foo) {
Bar().f()
fun Foo.foobar(bar: Bar) {
bar()
}