Deprecations: data class should now have at least one primary constructor parameter, parameters should be val / var and not vararg.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
data <!WRONG_MODIFIER_TARGET!>annotation<!> enum class E {
|
||||
<!WRONG_MODIFIER_TARGET!>annotation<!> enum class E {
|
||||
D
|
||||
}
|
||||
Reference in New Issue
Block a user