Skip to content

Numbers should be allowed to contain underscores #1836

Closed
@gcxfd

Description

@gcxfd

how to remove the space add before underline ?

const _list = 0b1111_0110;
->

const _list = 0b1111 _0110;

break my code

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions