Files
kotlin-fork/compiler/testData/cli/jvm/readingConfigFromEnvironment/simple.out
T
2023-09-19 15:46:28 +00:00

5 lines
374 B
Plaintext
Vendored

compiler/testData/cli/jvm/readingConfigFromEnvironment/simple.kt:2:15: error: [NONE_APPLICABLE] None of the following functions is applicable: [@IntrinsicConstEvaluation() fun plus(other: Int): Int, @IntrinsicConstEvaluation() fun plus(other: Byte): Int, @IntrinsicConstEvaluation() fun plus(other: Double): Double, ...]
val x = 1 + ""
^
COMPILATION_ERROR