5550924dc5
Inverts the conditional expression in an if expression.
8 lines
59 B
Kotlin
Vendored
8 lines
59 B
Kotlin
Vendored
fun main() {
|
|
<caret>if (true) {
|
|
|
|
} else {
|
|
|
|
}
|
|
}
|