5550924dc5
Inverts the conditional expression in an if expression.
6 lines
39 B
Plaintext
Vendored
6 lines
39 B
Plaintext
Vendored
fun main() {
|
|
if (false) {
|
|
|
|
}
|
|
}
|