Analyze Data Flow: Support callable references
#KT-11994 In Progress
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// FLOW: OUT
|
||||
|
||||
fun test() {
|
||||
fun bar(n: Int) = <caret>n
|
||||
val x = (::bar)(1)
|
||||
}
|
||||
Reference in New Issue
Block a user