Remove confusing String + int and int + String operations

This commit is contained in:
Danil Alexeev
2022-09-24 18:13:44 +03:00
parent f74491fdee
commit 453c5ef682
3 changed files with 0 additions and 15 deletions

View File

@@ -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 &lt;">
<return type="bool" />
<param index="0" name="right" type="String" />