Extract Function: Limit the set of allowed containers for the default action
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class A {
|
||||
fun foo(a: Int, b: Int): Int {
|
||||
return {
|
||||
<selection>a + b - 1</selection>
|
||||
}.invoke()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user