mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
restore comments on Insert New
This commit is contained in:
+5
-1
@@ -1,7 +1,11 @@
|
||||
// "Insert new" "true"
|
||||
class a {
|
||||
void f() {
|
||||
<caret>new RuntimeException();
|
||||
//c1
|
||||
new RuntimeException(
|
||||
//c2
|
||||
)//c3
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user