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
interface A {
val method : (() -> Unit)?
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun IntRange.forEach(body : (Int) -> Unit) {
for(i in this) {
body(i)
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun outer() {
fun inner(i: Int) {
if (i > 0){
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun foo(x: Int) {}
fun loop(times : Int) {