mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java] More tests for preview; minor fixes
GitOrigin-RevId: 7f72c5f68ab821e728eb0d5152f0910f48035046
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7a1f179f41
commit
9c6aeba5b4
+4
-4
@@ -1,14 +1,14 @@
|
||||
// "Add 'catch' clause(s)" "true"
|
||||
// "Add 'catch' clause(s)" "true-preview"
|
||||
class a {
|
||||
void g() throws Exception {
|
||||
}
|
||||
|
||||
// initializer
|
||||
// initializer
|
||||
{
|
||||
try {
|
||||
// comment before
|
||||
// comment before
|
||||
g();
|
||||
// comment after
|
||||
// comment after
|
||||
} catch (Exception e) {
|
||||
<caret><selection>throw new RuntimeException(e);</selection>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user