Crash when compiling: Unsupported operation: moretop #49515
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
front-end-kernel
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
$ dart --version Dart SDK version: 2.17.6 (stable) (Tue Jul 12 12:54:37 2022 +0200) on "linux_x64"
Issue:
Error with
Minimal reproducible example
Edit: Even more minimal example:
Expected behavior: return an empty list wrapped in a future.
Note: Using methods other than fold does not produce the bug. eg,
compiles without error.
Problem happens both when running
flutter test
andflutter run
Potentially related issue: #47799
The text was updated successfully, but these errors were encountered: