Inline Variable/Property: Move test data
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
fun boo() : Pair<Int, String> {
|
||||
val flag = true
|
||||
val <caret>value = if (flag) 0 else 1
|
||||
return value.to("value")
|
||||
}
|
||||
Reference in New Issue
Block a user