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.*
|
import kotlin.sequences.*
|
||||||
|
|
||||||
fun main(args: Array<String>) {
|
fun main(args: Array<String>) {
|
||||||
val a = sequence {
|
val a = sequence<Int> {
|
||||||
yield(1)
|
yield(1)
|
||||||
val a = awaitSeq()
|
val a = awaitSeq()
|
||||||
//Breakpoint!
|
//Breakpoint!
|
||||||
|
|||||||
Reference in New Issue
Block a user