mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 11:36:16 +07:00
12 lines
144 B
Java
12 lines
144 B
Java
class Foo {
|
|
|
|
void m() {
|
|
|
|
} <warning descr="Redundant block marker">// end method</warning>
|
|
|
|
void m1() {
|
|
|
|
}
|
|
//end not a block marker
|
|
|
|
} |