Repro: ```dart import 'package:meta/meta.dart'; @Immutable() class C {} ``` If it is prefixed, it works fine. This is probably a missed case.