9e6af52e1f
^KT-26245 In Progress
18 lines
417 B
Plaintext
Vendored
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
|