Update tests

This commit is contained in:
Roman Artemev
2018-10-24 19:35:43 +03:00
committed by romanart
parent 04bf93c1bc
commit fb499def59
20 changed files with 0 additions and 20 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun box(): String {
val f = "KOTLIN"::get
return "${f(1)}${f(0)}"