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