KT-15553 Support compile constant for "Copy concatenation text to clipboard"
#KT-15553 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
909007d984
commit
d9ec8a92f2
@@ -1 +1,7 @@
|
||||
"foo$foo$bar" + "${bar}${bar2()}bar"
|
||||
// WITH_RUNTIME
|
||||
|
||||
var foo = "aaa"
|
||||
var bar = "bbb"
|
||||
fun bar2() = "will be ignored"
|
||||
|
||||
val test = "foo$foo$bar" + "${bar}${bar2()}bar"
|
||||
Reference in New Issue
Block a user