Extract Function: Allow to choose between function and property extraction
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// EXTRACT_AS_PROPERTY
|
||||
|
||||
fun foo(n: Int): Int {
|
||||
// SIBLING:
|
||||
return {<selection>n + 1</selection>}()
|
||||
}
|
||||
Reference in New Issue
Block a user