added DataFlowInfoTest
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
fun foo() {
|
||||
val b: Boolean
|
||||
if (1 < 2) {
|
||||
use(b)
|
||||
}
|
||||
else {
|
||||
b = true
|
||||
}
|
||||
}
|
||||
|
||||
fun use(vararg a: Any?) = a
|
||||
Reference in New Issue
Block a user