dart2js crash on missing function in list literal of function literals #46863
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
dart2js-crash
P2
A bug or feature request we're likely to work on
This crash occurred in dart2js from release x64 linux build of SDK from commit 9b586a3
When compiling the file
reduced_test.dart
containing only the textwith the command
I get a compiler crash. The crash also occurs without the --sound-null-safety flag, and also if the expression
is put within
main() { }
.The entire crash message is
The text was updated successfully, but these errors were encountered: