Skip to content

Mixin Does not throw issue when implementing interface #60354

@richard457

Description

@richard457
abstract class C {
FutureOr<String?> e();
FutureOr<int?> d();
}

// if we do not implement methods defined in C, the mixin will not throw error 
mixin AMixin implements C {

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    closed-as-intendedClosed as the reported issue is expected behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions