94970e2d1e
^KT-22420 Fixed
6 lines
63 B
Plaintext
Vendored
6 lines
63 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
var x = 5
|
|
fun foo() {
|
|
10.also { x = it }
|
|
}
|