Temporary specify type explicitly for sequence method in debugger tests.
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@ package primitivesCoertion
|
||||
import kotlin.sequences.*
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val a = sequence {
|
||||
val a = sequence<Int> {
|
||||
yield(1)
|
||||
val a = awaitSeq()
|
||||
//Breakpoint!
|
||||
|
||||
Reference in New Issue
Block a user