Extract Function: Do not extract into lambda
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
class A(val a: Int, b: Int) {
|
||||
val foo = { <selection>a + b</selection> - 1 }.invoke()
|
||||
}
|
||||
Reference in New Issue
Block a user