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