From 3014c3b33bd7ef6356edb73456ddd91c9eac5737 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Wed, 12 Sep 2018 17:41:04 +0300 Subject: [PATCH] Add new error from 1.3 into testIncorrectArgs thus fixing it --- idea/testData/quickfix/deprecatedSymbolUsage/incorrectArgs.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/testData/quickfix/deprecatedSymbolUsage/incorrectArgs.kt b/idea/testData/quickfix/deprecatedSymbolUsage/incorrectArgs.kt index b4aa600a972..e3727091592 100644 --- a/idea/testData/quickfix/deprecatedSymbolUsage/incorrectArgs.kt +++ b/idea/testData/quickfix/deprecatedSymbolUsage/incorrectArgs.kt @@ -1,5 +1,6 @@ // "class org.jetbrains.kotlin.idea.quickfix.replaceWith.DeprecatedSymbolUsageFix" "false" // ERROR: The integer literal does not conform to the expected type String +// ERROR: Assigning single elements to varargs in named form is forbidden @Deprecated("", ReplaceWith("newFun()", imports = 123)) fun oldFun() {