[FE] Support resolve of until operator to rangeUntil
^KT-52420 Fixed
This commit is contained in:
committed by
teamcity
parent
19136019e4
commit
0b25ce4de9
@@ -61,6 +61,7 @@ object OperatorNameConventions {
|
||||
@JvmField val MOD = Name.identifier("mod")
|
||||
@JvmField val REM = Name.identifier("rem")
|
||||
@JvmField val RANGE_TO = Name.identifier("rangeTo")
|
||||
@JvmField val RANGE_UNTIL = Name.identifier("rangeUntil")
|
||||
|
||||
@JvmField val TIMES_ASSIGN = Name.identifier("timesAssign")
|
||||
@JvmField val DIV_ASSIGN = Name.identifier("divAssign")
|
||||
|
||||
Reference in New Issue
Block a user