[FIR] Render list of symbols with linebreaks as separators
#KT-61823 Fixed
This commit is contained in:
committed by
Space Team
parent
4c9fc8f214
commit
f231338cd6
@@ -1,4 +1,10 @@
|
||||
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, ...]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user