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,7 @@
fun foo() {
val a = 1
val <caret>x = """_
$a:${a + 1}
_"""
val y = """!!x=$x!!"""
}