mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-14 21:36:56 +07:00
8 lines
279 B
Java
8 lines
279 B
Java
// "Join declaration and assignment" "GENERIC_ERROR_OR_WARNING"
|
|
class Test {
|
|
{/*comment 1*//*comment 2*//*comment 3*/// comment 4
|
|
// comment A
|
|
/*comment B*/ /*comment C*/ /*comment E*/
|
|
String ss = "hello" + /*comment D*/ " world"; // comment F
|
|
}
|
|
} |