mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 08:34:11 +07:00
6 lines
119 B
Java
6 lines
119 B
Java
// "Join declaration and assignment" "GENERIC_ERROR_OR_WARNING"
|
|
class Test {
|
|
{
|
|
String ss = "hello", a = "";
|
|
}
|
|
} |