Add new error from 1.3 into testIncorrectArgs thus fixing it

This commit is contained in:
Mikhail Glukhikh
2018-09-12 17:41:04 +03:00
parent 362ee126d1
commit 3014c3b33b
@@ -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() {