[^romka] IDEA-96146 Cannot enter 'final' keyword in try-with-resources

(cherry-picked from acd831e)
This commit is contained in:
peter
2012-11-29 17:00:13 +01:00
parent f22618b2ed
commit ba09e196d3
3 changed files with 13 additions and 2 deletions
@@ -0,0 +1,5 @@
public class Util {
void foo() {
try (<caret>)
}
}