Files
kotlin-fork/compiler/testData/integration/ant/jvm/languageVersion/build.log.expected
T
Denis.Zharkov 9e6af52e1f Enable DefinitelyNotNullTypeParameters since 1.7
^KT-26245 In Progress
2021-08-31 15:41:13 +03:00

18 lines
417 B
Plaintext
Vendored

OUT:
Buildfile: [TestData]/build.xml
build:
[kotlinc] Compiling [[TestData]/main.kt] => [[Temp]/hello.jar]
[kotlinc] [TestData]/main.kt:1:15: error: suspend function type is not allowed as supertypes
[kotlinc] interface A : suspend () -> Unit
[kotlinc] ^
ERR:
BUILD FAILED
[TestData]/build.xml:5: Compile failed; see the compiler error output for details.
Total time: [time]
Return code: 1