IDEA-158497 "catch" completion of "try {}"

This commit is contained in:
peter
2016-07-25 18:35:39 +02:00
parent 09f208cf7e
commit 6b92a3aa95
3 changed files with 12 additions and 1 deletions
@@ -0,0 +1,7 @@
class Log {
{
try {
} <caret>
}
}