0df5d5158d
#KT-38297 Fixed
6 lines
53 B
Plaintext
6 lines
53 B
Plaintext
val res = if (ok) {
|
|
"ok"
|
|
} else {
|
|
"failed"
|
|
}
|