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