Files
kotlin-fork/compiler/testData/cli/jvm/readingConfigFromEnvironment/simple.out
T
2024-02-21 12:25:22 +00:00

11 lines
536 B
Plaintext
Vendored

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