Open
Description
Compare:
https://dartpad.dartlang.org/8f24e1eb9c237c01bcb3
Both have the same syntax error, a missing { on the function body.
Dart prints 8 errors, 7 of which are completely useless noise and one is in completely the wrong place (a full 3 lines from where the error actually is).
Typescript prints two - one at the method I messed up on, and one (correctly) at the end brace for that method.