KT-15553 Support compile constant for "Copy concatenation text to clipboard"

#KT-15553 Fixed
This commit is contained in:
shiraji
2017-01-14 02:31:25 +09:00
committed by Mikhail Glukhikh
parent 909007d984
commit d9ec8a92f2
11 changed files with 79 additions and 11 deletions
+2 -1
View File
@@ -1 +1,2 @@
"" + b<caret> + "foo"
var b = 1
val test = "" + b + "foo"