Inline Variable/Property: Move test data
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
fun f() {
|
||||
val v = if (true) 1 else 2
|
||||
println(1 * <caret>v + 2)
|
||||
}
|
||||
Reference in New Issue
Block a user