Drop all tests that disable features for language version less than 3

This commit is contained in:
Ivan Kylchik
2021-12-27 15:54:18 +03:00
parent 549ea1a3b9
commit 6fc56477bf
151 changed files with 0 additions and 5673 deletions
@@ -1,12 +0,0 @@
// !LANGUAGE: -InlineConstVals
// IGNORE_BACKEND_FIR: JVM_IR
// Fir2Ir IrConstTransformer inline everything it can unconditionally
// No fix atm, we don't have to support this feature
const val z = 0
fun a() {
val x = z
}
// 1 GETSTATIC NoInlineKt.z : I
@@ -1,12 +0,0 @@
// !LANGUAGE: -InlineConstVals
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: don't support legacy feature
const val z = 0
fun a() {
if (z == 2) {
}
}
// 1 GETSTATIC NoInlineInCmpKt.z : I