[FIR] DATA_CLASS_OVERRIDE_CONFLICT diagnostic
This commit is contained in:
committed by
teamcityserver
parent
b44785c24e
commit
b36f8ed8f5
+1
-1
@@ -8,7 +8,7 @@ open class NotAllowed
|
||||
|
||||
class Derived: Base(42)
|
||||
|
||||
data class Nasty(val z: Int, val y: Int): Base(z)
|
||||
<!DATA_CLASS_OVERRIDE_CONFLICT!>data<!> class Nasty(val z: Int, val y: Int): Base(z)
|
||||
|
||||
data class Complex(val y: Int): Allowed, NotAllowed()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user