JS: adapt to 1.3 coroutines API

Also update a line number test
This commit is contained in:
Anton Bannykh
2018-08-28 17:56:34 +03:00
committed by Ilya Gorbunov
parent 2d04acba42
commit 8975a6e17e
5 changed files with 10 additions and 19 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ suspend fun bar(): Unit {
println(a + b)
}
// LINES: 4 4 4 5 5 5 5 6 4 4 4 15 9 9 9 9 15 9 9 9 * 15 10 10 11 11 11 11 11 * 11 12 12 13 13 13 13 13 13 13 14 14
// LINES: 36 36 4 45 45 15 9 9 9 9 15 9 9 9 * 15 10 10 11 11 11 11 11 * 11 12 12 13 13 13 13 13 13 13 14 14