Fix IDE test after bcd33da6f8

This commit is contained in:
Victor Petukhov
2020-09-11 13:49:29 +03:00
parent e08763f3dd
commit fca6436170
@@ -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<out String>
// ERROR: Assigning single elements to varargs in named form is forbidden
@Deprecated("", ReplaceWith("newFun()", imports = 123))