[FIR] Mark more calls origin as OPERATOR
This commit is contained in:
committed by
TeamCityServer
parent
0a45b3a50b
commit
07a8ae7e71
Vendored
+2
-1
@@ -99,7 +99,8 @@ public class A extends AImpl implements List<String> {
|
||||
|
||||
fun main() {
|
||||
val x = X()
|
||||
x[0]
|
||||
//todo get only one candidate - AImpl.get, no kotlin.collection.List for some reason
|
||||
<!OPERATOR_MODIFIER_REQUIRED!>x[0]<!>
|
||||
x.size
|
||||
x.remove("")
|
||||
x.remove(1)
|
||||
|
||||
Reference in New Issue
Block a user