Introduce Variable: Allow choosing extraction scope for expressions in the lambda body
#KT-7720 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun foo(f: (Int) -> Int) = f(0)
|
||||
|
||||
fun test() {
|
||||
foo { foo { (1 + 2) * <selection>it</selection> } }
|
||||
}
|
||||
Reference in New Issue
Block a user