IDEA-127512 Ctrl+Shift+Enter produces invalid code for catch statements

This commit is contained in:
peter
2014-07-28 10:15:15 +02:00
parent 4d8d3b0721
commit a24e62f28d
5 changed files with 53 additions and 8 deletions
@@ -0,0 +1,12 @@
class Foo {
{
try
{
} catch (Ex<caret>ception e)
{
}
}
}