[compiler is broken] dart2js failed when using object pattern that checks for == null, != null and _ wildcard #53518
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
P1
A high priority bug; for example, a single project is unusable or has many test failures
web-dart2js
The following code crashes when trying to compile with
flutter build web
but works when runningflutter run -d web-server
dart2js can compile when the switch statement contains either == null or != null.
The text was updated successfully, but these errors were encountered: