Files
kotlin-fork/compiler/testData/integration/ant/jvm/failOnErrorByDefault/build.log.expected
T
2015-10-15 19:20:08 +03:00

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