mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 08:34:11 +07:00
8 lines
202 B
Java
8 lines
202 B
Java
// "Join declaration and assignment" "GENERIC_ERROR_OR_WARNING"
|
|
class Test {
|
|
{
|
|
String s<caret>s = ""; // comment A
|
|
// comment B
|
|
/*comment C*/ ss /*comment D*/ = "hello"; // comment E
|
|
}
|
|
} |