18c87cbb64
This can happen in certain error recovery circumstances. Fixes #31124. Change-Id: Id814f2434ada93030b40f6dfcb5e62ec1a323d0e Reviewed-on: https://dart-review.googlesource.com/14504 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Paul Berry <paulberry@google.com>
2 lines
23 B
Dart
2 lines
23 B
Dart
var a = () => 'b';a();
|