KT-5692 Java to Kotlin conversion: convert int range loops in reverse order + a few more improvements
#KT-5692 Fixed
This commit is contained in:
@@ -1 +1 @@
|
||||
for (i in 0..0 - 1) t++
|
||||
for (i in 0..-1) t++
|
||||
Reference in New Issue
Block a user