package org.eclipse.xtend.middleend.xpand.test;
public class Person {
public void someOperation {
/*PROTECTED REGION ID(Person_Tester_1) ENABLED START*/
/* TODO Protected Region 1: Implement this method */
/*PROTECTED REGION END*/
}
public void someOtherFunction {
/*PROTECTED REGION ID(Person_Tester_2) ENABLED START*/
/* TODO Protected Region 2: Implement this method */
/*PROTECTED REGION END*/
}
}