7f627ab480
These are mostly mechanical changes.
4 lines
55 B
Kotlin
Vendored
4 lines
55 B
Kotlin
Vendored
fun foo() {
|
|
val x = if ("abc" != "def") 1 else 0
|
|
}
|