Add simplest execution tests for support of kotlin collection
This commit is contained in:
committed by
Yan Zhulanow
parent
4552504315
commit
b916fc6ca2
@@ -0,0 +1,6 @@
|
||||
package flatMap
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
// Breakpoint!
|
||||
listOf(2, 3).flatMap { 0..it }
|
||||
}
|
||||
Reference in New Issue
Block a user