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