[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,7 +1,17 @@
|
||||
compiler/testData/javaModules/jdkModulesFromNamed/main/test.kt:11:18: error: unresolved reference 'swing'.
|
||||
val s: javax.swing.JFrame? = null
|
||||
^^^^^
|
||||
compiler/testData/javaModules/jdkModulesFromNamed/main/test.kt:12:5: error: overload resolution ambiguity between candidates: [@InlineOnly() fun println(message: Any?): Unit, @InlineOnly() fun println(message: Boolean): Unit, @InlineOnly() fun println(message: Byte): Unit, ...]
|
||||
compiler/testData/javaModules/jdkModulesFromNamed/main/test.kt:12:5: error: overload resolution ambiguity between candidates:
|
||||
@InlineOnly() fun println(message: Any?): Unit
|
||||
@InlineOnly() fun println(message: Boolean): Unit
|
||||
@InlineOnly() fun println(message: Byte): Unit
|
||||
@InlineOnly() fun println(message: Char): Unit
|
||||
@InlineOnly() fun println(message: CharArray): Unit
|
||||
@InlineOnly() fun println(message: Double): Unit
|
||||
@InlineOnly() fun println(message: Float): Unit
|
||||
@InlineOnly() fun println(message: Int): Unit
|
||||
@InlineOnly() fun println(message: Long): Unit
|
||||
@InlineOnly() fun println(message: Short): Unit
|
||||
println(s)
|
||||
^^^^^^^
|
||||
COMPILATION_ERROR
|
||||
|
||||
Reference in New Issue
Block a user