Files
kotlin-fork/compiler/testData/integration/ant/jvm/failOnErrorByDefault/build.log.expected
T
2015-09-18 10:14:32 +03:00

24 lines
597 B
Plaintext
Vendored

OUT:
Buildfile: [TestData]/build.xml
build:
[kotlinc] Compiling [[TestData]] => [[Temp]]
[kotlinc] [TestData]/incorrectKotlinCode.kt:1:1: error: use '@' symbol before annotations
[kotlinc] xxxx
[kotlinc] ^
[kotlinc] [TestData]/incorrectKotlinCode.kt:1:5: error: expecting a top level declaration
[kotlinc] xxxx
[kotlinc] ^
[kotlinc] [TestData]/incorrectKotlinCode.kt:1:1: error: unresolved reference: xxxx
[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