From a1c1d25575f80638c31f06c96f0f4f60b71ecb82 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Wed, 19 Nov 2014 21:50:27 +0300 Subject: [PATCH] Test for using dynamic types with smart casts --- compiler/testData/diagnostics/tests/dynamicTypes/smartCast.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/diagnostics/tests/dynamicTypes/smartCast.kt b/compiler/testData/diagnostics/tests/dynamicTypes/smartCast.kt index 4c7e6aa2835..33a57381092 100644 --- a/compiler/testData/diagnostics/tests/dynamicTypes/smartCast.kt +++ b/compiler/testData/diagnostics/tests/dynamicTypes/smartCast.kt @@ -1,5 +1,4 @@ // !MARK_DYNAMIC_CALLS -// !DIAGNOSTICS: -UNUSED_PARAMETER // MODULE[js]: m1 // FILE: k.kt