b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
6 lines
55 B
Plaintext
Vendored
6 lines
55 B
Plaintext
Vendored
fun test(): Int {
|
|
return when {
|
|
else -> 42
|
|
}
|
|
}
|