f18b9cceb3
#KT-4710 In Progress
6 lines
45 B
Plaintext
6 lines
45 B
Plaintext
fun foo(x: Boolean) {
|
|
if (!x) {
|
|
|
|
}
|
|
}
|