mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
dfa: fix false positive when throwing parameter
remove complicated code that the tests pass without
This commit is contained in:
@@ -15,4 +15,8 @@ class DataFlowBug {
|
||||
}
|
||||
}
|
||||
|
||||
void foo(RuntimeException tt) {
|
||||
throw tt;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user