6 lines
74 B
Plaintext
Vendored
6 lines
74 B
Plaintext
Vendored
// "Simplify comparison" "true"
|
|
fun foo(x: Int) {
|
|
if (true) {
|
|
|
|
}
|
|
} |