[K2] Support proper serialization of string concatenation expressions
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
object Obj {
|
||||
const val O = "O"
|
||||
val concat = "${O}K"
|
||||
}
|
||||
|
||||
@Deprecated("${Obj.O}/{id}")
|
||||
class Foo
|
||||
Reference in New Issue
Block a user