diff --git a/idea/testData/quickfix/deprecatedSymbolUsage/incorrectArgs.kt b/idea/testData/quickfix/deprecatedSymbolUsage/incorrectArgs.kt index e3727091592..0c55f946135 100644 --- a/idea/testData/quickfix/deprecatedSymbolUsage/incorrectArgs.kt +++ b/idea/testData/quickfix/deprecatedSymbolUsage/incorrectArgs.kt @@ -1,5 +1,5 @@ // "class org.jetbrains.kotlin.idea.quickfix.replaceWith.DeprecatedSymbolUsageFix" "false" -// ERROR: The integer literal does not conform to the expected type String +// ERROR: The integer literal does not conform to the expected type Array // ERROR: Assigning single elements to varargs in named form is forbidden @Deprecated("", ReplaceWith("newFun()", imports = 123))