Analyze Data Flow: Support lambdas/anonymous functions
#KT-11994 In Progress
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// FLOW: IN
|
||||
|
||||
fun test() {
|
||||
val f = { 1 }
|
||||
val <caret>x = f()
|
||||
}
|
||||
Reference in New Issue
Block a user