FIR: Refine processing special functions with erased parameters
This commit is contained in:
Vendored
+1
-1
@@ -115,5 +115,5 @@ fun main() {
|
||||
x[0]
|
||||
x.size
|
||||
x.remove("")
|
||||
x.remove(1)
|
||||
x.remove(<!ARGUMENT_TYPE_MISMATCH!>1<!>)
|
||||
}
|
||||
|
||||
Vendored
+1
-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<!>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user