0f5dff483a
#KT-7836 Fixed #KT-8443 Fixed #EA-71411 Fixed
5 lines
114 B
Kotlin
Vendored
5 lines
114 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(p: Int, list: List<Int>) {
|
|
if (p > 0) list.filter <selection>{ it > 0 }</selection>
|
|
} |