added DataFlowInfoTest

This commit is contained in:
Svetlana Isakova
2014-03-05 16:27:38 +04:00
parent ab9e470ea9
commit 88f2c32724
16 changed files with 543 additions and 7 deletions
@@ -0,0 +1,11 @@
fun foo() {
val b: Boolean
if (1 < 2) {
use(b)
}
else {
b = true
}
}
fun use(vararg a: Any?) = a