[K2] Support proper serialization of string concatenation expressions
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package <root> {
|
||||
@Deprecated(message = "O/{id}") class Foo constructor()
|
||||
object Obj {
|
||||
const val O: String = "O"
|
||||
val concat: String = "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user