[kotlin compiler][update] 1.3.0-rc-37 (#2082)

This commit is contained in:
Vasily Levchenko
2018-09-18 14:14:49 +03:00
committed by Nikolay Igotti
parent 0165e96b8e
commit d1d7c1904f
2 changed files with 3 additions and 3 deletions
@@ -10,7 +10,7 @@ import kotlin.test.*
import kotlin.coroutines.*
@Test fun runTest() {
val sq = buildSequence {
val sq = sequence {
for (i in 0..6 step 2) {
print("before: $i ")
yield(i)