0e693c39a3
#KT-18309 Fixed
7 lines
83 B
Kotlin
Vendored
7 lines
83 B
Kotlin
Vendored
fun test() {
|
|
if (smth) list1 else {<caret>
|
|
list2
|
|
}.add(newItem)
|
|
}
|
|
|