Files
kotlin/idea/testData/scratch/stdlibFun.kts
2018-02-01 10:21:55 +03:00

3 lines
81 B
Kotlin
Vendored

arrayListOf(1, 5, 7).map { it * 2 }
.filter { it < 10 }
.find { it == 2 }