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