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