mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
8 lines
299 B
Java
8 lines
299 B
Java
// "Join declaration and assignment" "GENERIC_ERROR_OR_WARNING"
|
|
class Test {
|
|
{
|
|
String /*comment 1*/ s<caret>s /*comment 2*/ = "" /*comment 3*/; // comment 4
|
|
// comment A
|
|
/*comment B*/ ss /*comment C*/ = "hello" + /*comment D*/ " world" /*comment E*/; // comment F
|
|
}
|
|
} |