package com.siyeh.ipp.opassign.assignment; class PolyadicAssignment { void x(int i) { i = i * (1 + 2 + 3); } }