CFE seems to omit the scope that enables generic function types to have F-bounds #36870
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Dart SDK Version: 2.3.0-dev.0.5
OS: Windows 10 64 bit
The following source example declares a typedef
AAlias
withFunction
in the right part:Dart throws a compile time error here whereas analyzer passes without any errors or warnings. Sample output is:
Seems like analyzer should throw an error here too.
The text was updated successfully, but these errors were encountered: