Files
kotlin-fork/idea/testData/intentions/swapBinaryExpression/lessThan.kt
T

3 lines
40 B
Kotlin
Vendored

fun main() {
val ex = 4 <<caret> 5
}