Skip to content

Exotic identifiers as field names broken on master #6882

@cknitt

Description

@cknitt
type test = {\"TEST": int}

let test = {\"TEST": 42}

now compiles to

let test = {
  "\\\"TEST\"": 42
};

instead of

let test = {
  TEST: 42
};

@cometkim Could this be a side effect of #6777/#6779?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions