0df5d5158d
#KT-38297 Fixed
7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
val res: String
|
|
if (ok) {
|
|
res = "ok"
|
|
} else {
|
|
res = "failed"
|
|
}
|