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