Added KT-4549 SwapBinaryExpression Intention
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun main() {
|
||||
for (i in 1<caret>..10) {
|
||||
println("Hello World")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user