Remove LANGUAGE_VERSION from boxInline tests

This commit is contained in:
Alexander Udalov
2018-12-17 18:30:26 +01:00
parent 0871a3cc4d
commit 9b6a52ccba
53 changed files with 78 additions and 129 deletions
@@ -1,6 +1,5 @@
// IGNORE_BACKEND: JVM_IR
// FILE: 1.kt
// LANGUAGE_VERSION: 1.2
// SKIP_INLINE_CHECK_IN: inlineFun$default
package test
@@ -22,4 +21,4 @@ import test.*
fun box(): String {
val result = with(A("VALUE")) { "OK".inlineFun() }
return if (result == "VALUE OK OK") "OK" else "fail 1: $result"
}
}