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