Skip to content

extension syntax can't be used with mixins #2328

@Rune-Magic

Description

@Rune-Magic

minor inconviniece

class Foo {}
public static void Bar(this Foo foo) {}
public static mixin Bar(this Foo foo) {}

Foo foo = scope .();
foo.Bar();	// works
foo.Bar!();	// Cannot find mixin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions