7ea1700b78
#KT-14578 Fixed #KT-14395 Fixed
4 lines
82 B
Plaintext
Vendored
4 lines
82 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
listOf(listOf(1)).filter(List<Int>::isNotEmpty)
|
|
} |