package object_in; public class TestIncrementByAdding { int f; void incrementByAdding() { f = f + 12; } }