start
endInclusive
Example:
val range = 2..1
The quick-fix changes the .. operator to downTo:
..
downTo
val range = 2 downTo 1