From ef490ba8f128a1d5d5101a4f980930ae84579314 Mon Sep 17 00:00:00 2001 From: Svetlana Isakova Date: Wed, 5 Sep 2012 18:25:14 +0400 Subject: [PATCH] test fixed after merge --- compiler/testData/diagnostics/tests/DelegationToJavaIface.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/diagnostics/tests/DelegationToJavaIface.kt b/compiler/testData/diagnostics/tests/DelegationToJavaIface.kt index f943fa61284..afac57011fc 100644 --- a/compiler/testData/diagnostics/tests/DelegationToJavaIface.kt +++ b/compiler/testData/diagnostics/tests/DelegationToJavaIface.kt @@ -1,3 +1,3 @@ class TestIface(r : Runnable) : Runnable by r {} -class TestObject(o : Object) : Object by o {} \ No newline at end of file +class TestObject(o : Object) : Object by o {} \ No newline at end of file