d98da87278
^KT-62030 fixed
23 lines
730 B
Plaintext
Vendored
23 lines
730 B
Plaintext
Vendored
OUT:
|
|
Buildfile: [TestData]/build.xml
|
|
|
|
build:
|
|
[mkdir] Created dir: [Temp]/classes
|
|
[javac] Compiling 2 source files to [Temp]/classes
|
|
[javac] Compiling [[TestData]] => [[Temp]/classes]
|
|
[javac] [TestData]/literals.kt:6:9: error: argument type mismatch: actual type is 'kotlin.FloatArray', but 'kotlin.IntArray' was expected.
|
|
[javac] @AnnInt([1, 2])
|
|
[javac] ^
|
|
[javac] [TestData]/literals.kt:9:9: error: argument type mismatch: actual type is 'kotlin.FloatArray', but 'kotlin.IntArray' was expected.
|
|
[javac] @AnnInt(intArrayOf(1, 2))
|
|
[javac] ^
|
|
|
|
ERR:
|
|
|
|
BUILD FAILED
|
|
[TestData]/build.xml:6: Compile failed; see the compiler error output for details.
|
|
|
|
Total time: [time]
|
|
|
|
Return code: 1
|