[FIR] DATA_CLASS_OVERRIDE_CONFLICT diagnostic
This commit is contained in:
committed by
teamcityserver
parent
b44785c24e
commit
b36f8ed8f5
Vendored
+1
-1
@@ -2,4 +2,4 @@ interface T {
|
||||
final fun component1(): Int = 42
|
||||
}
|
||||
|
||||
data class A(val x: Int) : T
|
||||
<!DATA_CLASS_OVERRIDE_CONFLICT!>data<!> class A(val x: Int) : T
|
||||
|
||||
Reference in New Issue
Block a user