public class TestClass { void testMethod() { ++i; i++; --i; i--; } }