Minor, fix some codegen tests for language version 1.4

These tests check behavior of an old language version on purpose: the
original bug KT-24708 has been fixed by introducing an error here in
1.4.
This commit is contained in:
Alexander Udalov
2019-12-27 16:19:15 +01:00
parent e2a42446ed
commit 8f30b25b24
2 changed files with 4 additions and 0 deletions
@@ -1,4 +1,6 @@
// !LANGUAGE: -ProhibitComparisonOfIncompatibleEnums
// IGNORE_BACKEND_FIR: JVM_IR
enum class A {
OK
}