blob: 485bc373d61ce41372bff7c2c9b74c6d4fad0ede [file] [log] [blame]
// "Join declaration and assignment" "true"
class Test {
{
String ss = "hello";
}
}