Analyze Data Flow: Support callable references
#KT-11994 In Progress
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
4 fun bar(n: Int) = <bold>n</bold>
|
||||
4 fun <bold>bar(n: Int) = n</bold>
|
||||
5 [LAMBDA] val x = (<bold>::bar</bold>)(1)
|
||||
5 val x = <bold>(::bar)(1)</bold>
|
||||
5 val <bold>x = (::bar)(1)</bold>
|
||||
Reference in New Issue
Block a user