Closed
Description
Reproducible with Dart SDK 2.8.4 and 2.9.0-13.0.dev. Create file foo.dart
with the following content
Stream<List<>>
and run dartanalyzer foo.dart
. Dart Analyzer runs some infinite calculations which never end.
The same with Dart Analysis Server, so to reproduce just type Stream<List<>>
in an empty file in any IDE.