Update tests

This commit is contained in:
Roman Artemev
2018-10-18 15:51:28 +03:00
committed by romanart
parent 41ccea6807
commit 1338d6d66f
11 changed files with 1 additions and 14 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun foo(): String = "foo1"
fun foo(i: Int): String = "foo2"