Skip to content

Octal scapes literals are unssuported #143

Open
@ahncrist

Description

@ahncrist

I have tried to run this code

val c = 'a' //unicode for a
val d = '\141' //octal for a
val e = '"'
val f = '\'

But pops up an error when it tries to declare d variable

octal escape literals are unsupported: use \u0061 instead
val d = '\141' //octal for a

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