mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 00:42:21 +07:00
8 lines
186 B
Java
8 lines
186 B
Java
// "Join declaration and assignment" "GENERIC_ERROR_OR_WARNING"
|
|
class Test {
|
|
{
|
|
String ss = "hello"; // comment A
|
|
// comment B
|
|
/*comment C*/ /*comment D*/ // comment E
|
|
}
|
|
} |