Inline Variable/Property: Move test data
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
fun foo() {
|
||||
val a = 1
|
||||
val <caret>x = """_
|
||||
$a:${a + 1}
|
||||
_"""
|
||||
val y = """!!x=$x!!"""
|
||||
}
|
||||
Reference in New Issue
Block a user