1A input.fy /^ A, \/\/ should be 'e', not 'f'$/;" e enum:e file: end:10 2B input.fy /^ B(), \/\/ should be 'e', not 'm'$/;" e enum:e file: end:11 3C input.fy /^ C(1), \/\/ should be 'e', not missing$/;" e enum:e file: end:12 4D input.fy /^ D, \/\/ should be 'e', not 'f'$/;" e enum:e file: end:20 5E input.fy /^ E(), \/\/ should be 'e', not 'm'$/;" e enum:e file: end:21 6F input.fy /^ F(1), \/\/ should be 'e', not missing$/;" e enum:e file: end:22 7debug_code input.fy /^#:def debug_code(code)$/;" m end:8 8e input.fy /^ e() {}$/;" m class:e end:32 9e input.fy /^ e(int x) {}$/;" m class:e end:31 10e input.fy /^public enum e {$/;" g 11getShape input.fy /^ public final Shape getShape() {$/;" m class:e end:46 12getString input.fy /^ public String getString() {$/;" m class:e end:41 13repeat_code input.fy /^#:def repeat_code(code, repeat)$/;" m end:29 14shape input.fy /^ public final Shape shape;$/;" f class:e end:35 15string input.fy /^ public String string;$/;" f class:e end:34 16twoKeywordsInARow input.fy /^ public final boolean twoKeywordsInARow;$/;" f class:e end:36 17