blob: 5441bb274d3bf5b702e15f00818e9abbac4e94b8 [file] [log] [blame]
// 8, 57 -> 8, 57 replaceAll == false
package p;
class CursorPositionedInReference {
static final String VISUALAGE_FOR_COBOL= "simply irresistible";
public static CursorPositionedInReference eat() {
System.out.println("Refactoring is " + VISUALAGE_FOR_COBOL);
}
}