Codegen tests fixed

This commit is contained in:
Andrey Breslav
2011-04-07 12:42:20 +04:00
parent b621f58a83
commit acb433fd2b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
fun f() : Any { return System.out; }
fun f() : Any? { return System.out; }