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