AOT compilation failed: Invalid argument(s): Missing canonical name for Reference #47878
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
front-end-kernel
Here is a stripped down version of a compiler error that appear when upgrading to Flutter 2.8 (Dart 2.15.0).
Dart SDK version: 2.15.0 (stable) (Fri Dec 3 14:23:23 2021 +0100) on "macos_x64"
I can reproduce it with
dart compile
so I open the bug in this repository.dart compile exe -o output canonical_name_bug.dart
Compiler output:
It seems this is because I have an
is
on an abstract class that is not extended anywhere.The text was updated successfully, but these errors were encountered: