bc1e3667ff
the corresponding features - GenericInlineClassParameter && DataObjects - were turned on in 1.8 right after the last check build, therefore the discrepancy went unnoticed
11 lines
225 B
Kotlin
Vendored
11 lines
225 B
Kotlin
Vendored
<!WRONG_MODIFIER_TARGET!>data<!> enum class First(val x: Int) {
|
|
A(1),
|
|
B(2)
|
|
}
|
|
|
|
data object Second
|
|
|
|
<!WRONG_MODIFIER_TARGET!>data<!> interface Third
|
|
|
|
<!WRONG_MODIFIER_TARGET!>data<!> annotation class Fourth(val x: Int)
|