Merge pull request #66361 from dalexeev/remove-int-plus-string
Unexpose confusing `String + int` and `int + String` operations
This commit is contained in:
commit
d3a6855dfc
3 changed files with 0 additions and 15 deletions
|
|
@ -940,12 +940,6 @@
|
|||
<description>
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator +">
|
||||
<return type="String" />
|
||||
<param index="0" name="right" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator <">
|
||||
<return type="bool" />
|
||||
<param index="0" name="right" type="String" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue