Files
kotlin-fork/idea/testData/refactoring/changeSignature/GetConventionParameterToReceiverMessages.txt
T
Alexey Sedunov fddfbf225f Change Signature: Support implicit calls of 'invoke' and 'get'
Also drop 'operator' keyword when necessary

 #KT-22718 Fixed
2018-02-09 14:17:37 +03:00

3 lines
227 B
Plaintext
Vendored

Explicit receiver is already present in call element: A()["", 42]
Explicit receiver is already present in call element: a.get("", 42)
Explicit receiver is already present in call element: a["", 42]