Remove some legacy codegen tests, move some to generated

This commit is contained in:
Alexander Udalov
2016-03-07 20:57:09 +03:00
committed by Alexander Udalov
parent f8dfaf4599
commit bab127ad33
58 changed files with 326 additions and 930 deletions

View File

@@ -0,0 +1,3 @@
fun foo(x: String, y: Any?) = x + y + 120
// 0 stringPlus

View File

@@ -0,0 +1,3 @@
fun foo(x: String?, y: Any?) = x + y
// 1 stringPlus