Analyze Data Flow: Initial implementation
#KT-11994 In Progress
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// FLOW: IN
|
||||
|
||||
fun <caret>foo(n: Int) = n + 1
|
||||
Reference in New Issue
Block a user
#KT-11994 In Progress
@@ -0,0 +1,3 @@
|
||||
// FLOW: IN
|
||||
|
||||
fun <caret>foo(n: Int) = n + 1
|
||||