mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
join lines do not merge closing brace and catch keyword, when 'catch on new line' enabled (IDEA-179581)
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
class A {
|
||||
public void foo() {
|
||||
try {
|
||||
System.out.println("Hello");
|
||||
}<caret>
|
||||
catch (Exception e) {
|
||||
System.err.println("Error");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user