mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-21 12:10:32 +07:00
13 lines
321 B
Java
13 lines
321 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*/
|
|
String ss = "hello" + /*comment D*/ " world";/*comment E*/// comment F
|
|
}
|
|
} |