7 lines
56 B
Plaintext
Vendored
7 lines
56 B
Plaintext
Vendored
fun test(): Int {
|
|
return when {
|
|
else -> 42
|
|
}
|
|
}
|
|
|