[FIR] Only one specific diagnostic for data class without parameters left
^KT-60042 fixed
This commit is contained in:
committed by
Space Team
parent
17dc60aac9
commit
3673dff959
+1
-1
@@ -7,7 +7,7 @@ data class A2(val y: String, val z: Int) {
|
||||
constructor(x: String): this(x, 0)
|
||||
}
|
||||
|
||||
data <!PRIMARY_CONSTRUCTOR_REQUIRED_FOR_DATA_CLASS!>class A3<!> {
|
||||
data <!DATA_CLASS_WITHOUT_PARAMETERS!>class A3<!> {
|
||||
constructor()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user