Collective slices fixed

This commit is contained in:
Andrey Breslav
2011-11-14 16:25:37 +03:00
parent 6982ce454e
commit 9ec55e08f4
18 changed files with 202 additions and 86 deletions
@@ -0,0 +1,5 @@
fun foo(a : Any) {}
fun test() {
foo(object {});
}