c155bf680f
#KT-31954 Fixed
8 lines
105 B
Plaintext
Vendored
8 lines
105 B
Plaintext
Vendored
fun test() = 42
|
|
|
|
fun foo() {
|
|
when (val <caret>a = test()) {
|
|
1 -> a
|
|
else -> 24
|
|
}
|
|
} |