Inline Variable/Property: Move test data
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
fun f() {
|
||||
// this case is not processed specifically in implementation, but it works
|
||||
val x = -y
|
||||
println(5-<caret>x)
|
||||
}
|
||||
Reference in New Issue
Block a user