| Errors: { | |
| Getter not found: 'y'. (@16) | |
| Getter not found: 'x'. (@12) | |
| } | |
| static method /* from org-dartlang-debug:synthetic_debug_expression */ debugExpr() → dynamic | |
| return () → dynamic { | |
| return invalid-expression "org-dartlang-debug:synthetic_debug_expression:1:13: Error: Getter not found: 'x'.\n() { return x + y; }\n ^".+(invalid-expression "org-dartlang-debug:synthetic_debug_expression:1:17: Error: Getter not found: 'y'.\n() { return x + y; }\n ^"); | |
| }; |