Add new error from 1.3 into testIncorrectArgs thus fixing it
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user