4 lines
82 B
Kotlin
Vendored
4 lines
82 B
Kotlin
Vendored
fun box() {
|
|
if (<expr>"a".compareTo("b")</expr> > 0)
|
|
TODO("no way!")
|
|
} |