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