K1/K2: add test for streams situation from intellij
This commit is contained in:
committed by
Space Team
parent
6e1b6427ab
commit
993509c057
@@ -0,0 +1,11 @@
|
||||
// FIR_IDENTICAL
|
||||
// FULL_JDK
|
||||
// WITH_STDLIB
|
||||
// STDLIB_JDK8
|
||||
|
||||
import java.util.*
|
||||
import kotlin.streams.toList
|
||||
|
||||
fun testStreams(list: ArrayList<String>) {
|
||||
list.stream().toList()
|
||||
}
|
||||
Reference in New Issue
Block a user