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