// "Join declaration and assignment" "false" class C { void test() { String t; String s; t = "foo"; } }