Skip to content

unexpandedName needs hardening. #765

Closed
@odersky

Description

@odersky

Unexpanded name currently fails for names that have two consecutive '$'s in them. For instance, the super accessor of += in trait T would be encoded as "T$$super$$plus$eq". Its unexpandedName
will then be "plus$eq", where "super$$plus$eq" would have been correct.

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