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