Minor, fix test data
Language version 1.3 is no longer experimental
This commit is contained in:
committed by
Ilya Gorbunov
parent
927706883e
commit
9f4c8d5b81
compiler/testData/compileKotlinAgainstCustomBinaries/experimentalCoroutineCallFromRelease/output.txt
Vendored
+4
-9
@@ -1,12 +1,7 @@
|
||||
warning: language version 1.3 is experimental, there are no backwards compatibility guarantees for new language and library features
|
||||
warning: runtime JAR files in the classpath should have the same version. These files were found in the classpath:
|
||||
$DIST_DIR$/kotlin-stdlib-coroutines.jar (version 1.3)
|
||||
$PROJECT_DIR$/lib/kotlin-stdlib.jar (version 1.2)
|
||||
$PROJECT_DIR$/lib/kotlin-script-runtime.jar (version 1.2)
|
||||
$PROJECT_DIR$/lib/kotlin-reflect.jar (version 1.2)
|
||||
warning: consider providing an explicit dependency on kotlin-reflect 1.3 to prevent strange errors
|
||||
warning: some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath
|
||||
compiler/testData/compileKotlinAgainstCustomBinaries/experimentalCoroutineCallFromRelease/release.kt:2:5: error: using 'constructor WithTypeParameter<T : suspend () -> Unit>()' is an error. Experimental coroutine cannot be used with API version 1.3
|
||||
compiler/testData/compileKotlinAgainstCustomBinaries/experimentalCoroutineCallFromRelease/release.kt:2:5: error: using 'c: suspend () -> Unit' is an error. Experimental coroutine cannot be used with API version 1.3
|
||||
c()
|
||||
^
|
||||
compiler/testData/compileKotlinAgainstCustomBinaries/experimentalCoroutineCallFromRelease/release.kt:3:5: error: using 'constructor WithTypeParameter<T : suspend () -> Unit>()' is an error. Experimental coroutine cannot be used with API version 1.3
|
||||
WithTypeParameter<suspend () -> Unit>()
|
||||
^
|
||||
compiler/testData/compileKotlinAgainstCustomBinaries/experimentalCoroutineCallFromRelease/release.kt:3:5: error: using 'returnsSuspend(): suspend () -> Unit' is an error. Experimental coroutine cannot be used with API version 1.3
|
||||
|
||||
Reference in New Issue
Block a user