mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 17:38:08 +07:00
GitOrigin-RevId: 6b6405ee4491ad1d58947547c40df6fb2d291ab7
12 lines
127 B
Java
12 lines
127 B
Java
// "Insert new" "true-preview"
|
|
class a {
|
|
void f() {
|
|
<caret>RuntimeException//c1
|
|
(
|
|
//c2
|
|
)//c3
|
|
;
|
|
}
|
|
}
|
|
|