Inline Variable: Inline string template entries
#KT-7654 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo() {
|
||||
val a = 1
|
||||
val <caret>x = "_$a:${a + 1}_"
|
||||
val y = "__x=${x}__"
|
||||
}
|
||||
Reference in New Issue
Block a user