Skip to content

[VM] Coverage reports erroneously highlight @override #56645

Open
@matanlurey

Description

@matanlurey

I'm less sure how to describe this one, so I guess an example is in order:

      43            0 :   @override
      44              :   int get _mask {
      45              :     // coverage:ignore-start
      46              :     assert(false, 'Should not be called; file a bug report!');
      47              :     return key._mask;
      48              :     // coverage:ignore-end
      49              :   }

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.triagedIssue has been triaged by sub teamtype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions