Skip to content

Deprecate ''' (single quote must be escaped in char literal) #10133

@scabug

Description

@scabug

Spec:

bq. A character literal is a single character enclosed in quotes. The character can be any Unicode character except the single quote delimiter...

scala 2.12.1> '\'' res0: Char = ' scala 2.12.1> ''' res1: Char = ' 

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions