[FIR] Add ENUM_JVM_RECORD diagnostic

This commit is contained in:
Andrey Zinovyev
2021-08-19 12:18:34 +03:00
committed by Space
parent c8381e9b0f
commit 3fee87a0f3
11 changed files with 39 additions and 2 deletions
@@ -34,7 +34,7 @@ class A5(vararg val name: String, y: Int)
<!NON_FINAL_JVM_RECORD!>sealed<!> class A8(val x: String)
@JvmRecord
enum class A9(val x: String) {
<!ENUM_JVM_RECORD!>enum<!> class A9(val x: String) {
X("");
}