FIR: Refine processing special functions with erased parameters

This commit is contained in:
Denis.Zharkov
2022-04-21 11:49:10 +03:00
committed by teamcity
parent bf96abeed1
commit fb5755a0fa
3 changed files with 4 additions and 5 deletions
@@ -115,5 +115,5 @@ fun main() {
x[0]
x.size
x.remove("")
x.remove(1)
x.remove(<!ARGUMENT_TYPE_MISMATCH!>1<!>)
}
@@ -102,5 +102,5 @@ fun main() {
<!OPERATOR_MODIFIER_REQUIRED!>x[0]<!>
x.size
x.remove("")
x.remove(1)
x.remove(<!ARGUMENT_TYPE_MISMATCH!>1<!>)
}