Steps to reproduce Write a pigeon with a method: import 'package:pigeon/pigeon.dart'; @HostApi() abstract class AHostApi { void foo(); } Then run Pigeon, and run the analyzer on the output. Expected results Ther
This is definitely not the same asidentifier, but it is still akind of identifier. And as you point out, the cppreference calls it anns-name. But,nameis really just a synonym for identifier. We use 'identifier' and 'name' interchangably in the Slice compiler (although I wish we were ...