Fix testdata after switching Kotlin to version 1.8

(see the previous commit with the same title for details)
This commit is contained in:
Ilya Chernikov
2022-07-01 12:18:48 +02:00
parent 513f490502
commit 854127bcc8
4 changed files with 4 additions and 13 deletions
@@ -1,10 +0,0 @@
<!WRONG_MODIFIER_TARGET!>data<!> enum class First(val x: Int) {
A(1),
B(2)
}
<!WRONG_MODIFIER_TARGET!>data<!> object Second
<!WRONG_MODIFIER_TARGET!>data<!> interface Third
<!WRONG_MODIFIER_TARGET!>data<!> annotation class Fourth(val x: Int)
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
<!WRONG_MODIFIER_TARGET!>data<!> enum class First(val x: Int) {
A(1),
B(2)