StackOverflow in analyzer when typing import into part #57043
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
I was trying to create a project to test enhanced parts with and managed to trigger this stack overflow.
pubspec.yaml:
analysis_options.yaml:
lib/root.dart
lib/level1.dart
I was typing the import here.. after typing
import
(and possibly pressing space), the analysis server terminated.The error looks like:
(cc @scheglov )
The text was updated successfully, but these errors were encountered: