diff --git a/compiler/testData/diagnostics/tests/Delegation_ScopeInitializationOrder.kt b/compiler/testData/diagnostics/tests/Delegation_ScopeInitializationOrder.kt index d1e51af531a..d4255d31081 100644 --- a/compiler/testData/diagnostics/tests/Delegation_ScopeInitializationOrder.kt +++ b/compiler/testData/diagnostics/tests/Delegation_ScopeInitializationOrder.kt @@ -1,4 +1,3 @@ -class D(b: B) : C(b) trait A { fun foo() {} }