From 7d02b45558e73e334addd2b3fab5a8f85859c684 Mon Sep 17 00:00:00 2001 From: Valentin Kipyatkov Date: Tue, 4 Aug 2015 18:04:44 +0300 Subject: [PATCH] Fixed test data --- .../testData/diagnostics/tests/platformTypes/rawTypes/samRaw.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/samRaw.txt b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/samRaw.txt index 2dd7268e8ea..b4481eb75d6 100644 --- a/compiler/testData/diagnostics/tests/platformTypes/rawTypes/samRaw.txt +++ b/compiler/testData/diagnostics/tests/platformTypes/rawTypes/samRaw.txt @@ -13,7 +13,6 @@ public interface A { public/*package*/ open class B { public/*package*/ constructor B() public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean - public/*package*/ final /*synthesized*/ fun foo(/*0*/ runnable: (() -> kotlin.Unit)!, /*1*/ x: ((kotlin.Any!) -> kotlin.Boolean)!): kotlin.Unit public/*package*/ open fun foo(/*0*/ runnable: java.lang.Runnable!, /*1*/ x: (A..A<*>?)): kotlin.Unit public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String