start 값이 endInclusive 값보다 커서 비어 있는 범위를 보고합니다.

예:


  val range = 2..1

The quick-fix changes the .. operator to downTo:


  val range = 2 downTo 1