Fixed test data to use only annotation syntax with @
This commit is contained in:
+1
-7
@@ -3,13 +3,7 @@ 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] [TestData]/incorrectKotlinCode.kt:1:1: error: expecting a top level declaration
|
||||
[kotlinc] xxxx
|
||||
[kotlinc] ^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user