Unmute jvm ir-tests

This commit is contained in:
Mikhael Bogdanov
2018-08-14 16:02:48 +03:00
parent 6d915bd68c
commit 494828f4cf
19 changed files with 0 additions and 19 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun <T : Any, R> T.let(f: (T) -> R): R = f(this)
fun box(): String {