package invalid; public class TestCannotRefactorDueToMultiplication { int f; void multiply() { f = f * 12; } }