Skip to content

MyAbstract.new.bind causes Not_found #3333

Closed
@frabbit

Description

@frabbit
abstract MyString(String) to String {
    public function new (url:String) this = url;
}

class Test {
    public static function main () {
        var f = MyString.new.bind("hey");
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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