Codegen tests fixed
This commit is contained in:
@@ -1 +1 @@
|
||||
fun f() : Any { return System.out; }
|
||||
fun f() : Any? { return System.out; }
|
||||
Reference in New Issue
Block a user
@@ -1 +1 @@
|
||||
fun f() : Any { return System.out; }
|
||||
fun f() : Any? { return System.out; }
|
||||