Update a test result temporary
Currently common stdlib doesn't contain Continuation interface
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
-- Common --
|
-- Common --
|
||||||
Exit code: OK
|
Exit code: COMPILATION_ERROR
|
||||||
Output:
|
Output:
|
||||||
|
compiler/testData/multiplatform/incompatibleCallables/common.kt:1:15: error: unresolved reference: coroutines
|
||||||
|
import kotlin.coroutines.experimental.*
|
||||||
|
^
|
||||||
|
compiler/testData/multiplatform/incompatibleCallables/common.kt:24:20: error: unresolved reference: Continuation
|
||||||
|
header fun <A, B : Continuation<A>> f13()
|
||||||
|
^
|
||||||
|
|
||||||
-- JVM --
|
-- JVM --
|
||||||
Exit code: COMPILATION_ERROR
|
Exit code: COMPILATION_ERROR
|
||||||
|
|||||||
Reference in New Issue
Block a user