18 lines
354 B
Plaintext
Vendored
18 lines
354 B
Plaintext
Vendored
OUT:
|
|
Buildfile: [TestData]/build.xml
|
|
|
|
build:
|
|
[kotlinc] Compiling [[TestData]] => [[Temp]]
|
|
[kotlinc] [TestData]/incorrectKotlinCode.kt:1:1: error: expecting a top level declaration
|
|
[kotlinc] xxxx
|
|
[kotlinc] ^
|
|
|
|
ERR:
|
|
|
|
BUILD FAILED
|
|
[TestData]/build.xml:5: Compile failed; see the compiler error output for details.
|
|
|
|
Total time: [time]
|
|
|
|
Return code: 1
|