[FIR] Implement DATA_CLASS_OVERRIDE_DEFAULT_VALUES diagnostic
#KT-59415 Fixed
This commit is contained in:
committed by
Space Team
parent
53ff4584d4
commit
06d2befb72
@@ -1,4 +1,6 @@
|
||||
// !LANGUAGE: -ProhibitDataClassesOverridingCopy
|
||||
// IGNORE_BACKEND_K2: ANY
|
||||
// FIR status: Disabling ProhibitDataClassesOverridingCopy is not supported
|
||||
|
||||
fun box(): String {
|
||||
val a: A = B(1)
|
||||
|
||||
Reference in New Issue
Block a user