added DataFlowInfoTest
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun foo() {
|
||||
val a = 1
|
||||
val f = { (x: Int) ->
|
||||
val y = x + a
|
||||
use(a)
|
||||
}
|
||||
}
|
||||
|
||||
fun use(vararg a: Any?) = a
|
||||
Reference in New Issue
Block a user