// "Join declaration and assignment" "true" class Test { { int i = 4; i *= 2 + 3; } }