Merge pull request #66361 from dalexeev/remove-int-plus-string
Unexpose confusing `String + int` and `int + String` operations
This commit is contained in:
@@ -205,13 +205,6 @@
|
||||
[/codeblock]
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator +">
|
||||
<return type="String" />
|
||||
<param index="0" name="right" type="String" />
|
||||
<description>
|
||||
Adds Unicode character with code [int] to the [String].
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator +">
|
||||
<return type="float" />
|
||||
<param index="0" name="right" type="float" />
|
||||
|
||||
Reference in New Issue
Block a user