blob: 8109062f70d188135d39218d9a32118fe5886ac0 [file] [log] [blame]
// "Join declaration and assignment" "true"
class Test {
{
String ss = "hello", a = "";
}
}