4d28199cc2
#KT-4710 In Progress
6 lines
44 B
Plaintext
6 lines
44 B
Plaintext
fun foo(x: Boolean) {
|
|
if (x) {
|
|
|
|
}
|
|
}
|