Open
Description
Thanks to hard work by many, the DDC stack traces in the latest SDK look good 🤞
There are still some minor things, though, for example around closures:
test('...', () {
expect(...);
});
Emits:
package:test expect
foo_test.dart 216:9 test$.test.dart.fn
I never wrote test$.test.dart.fn
. It would be nice for this to say:
package:test expect
foo_test.dart 216:9 test