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