mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
dfa: empty stack on contract fail (IDEA-CR-14293)
This commit is contained in:
@@ -17,5 +17,13 @@ class Foo {
|
||||
}
|
||||
}
|
||||
|
||||
public void read2() throws Exception {
|
||||
try {
|
||||
final FileInputStream input = new FileInputStream(new File("foo"));
|
||||
}
|
||||
finally {
|
||||
System.exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user