From ee5f5988364a8dd6adb883b7ea40d880235f4d7d Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Wed, 15 Aug 2012 18:11:08 +0400 Subject: [PATCH] Wrong test data fixed (previously commited by mistake) --- .../diagnostics/tests/Delegation_ScopeInitializationOrder.kt | 1 - 1 file changed, 1 deletion(-) 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() {} }