Extract Function: Add test data
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// NEXT_SIBLING:
|
||||
fun foo(t: Int): Int {
|
||||
<selection>val x = t + 1
|
||||
if (x > 0) return x</selection>
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user