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