Inline Variable: Inline string template entries

#KT-7654 Fixed
This commit is contained in:
Alexey Sedunov
2015-12-02 17:46:42 +03:00
parent 0af2243245
commit b2bdb8ed02
18 changed files with 148 additions and 11 deletions
@@ -0,0 +1,5 @@
fun foo() {
val <caret>x = """ab
c"""
val y = "x=$x"
}