dfa: fix false positive when throwing parameter

remove complicated code that the tests pass without
This commit is contained in:
peter
2017-03-08 16:02:36 +01:00
parent 60b937e7c3
commit 3849e3c228
2 changed files with 4 additions and 11 deletions
@@ -15,4 +15,8 @@ class DataFlowBug {
}
}
void foo(RuntimeException tt) {
throw tt;
}
}