mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Add a RuneLit alias for CharLit
Also change the doc comment on CharLit to RuneLit
This commit is contained in:
@@ -218,10 +218,12 @@ class FloatLit extends @floatlit, BasicLit { }
|
||||
class ImagLit extends @imaglit, BasicLit { }
|
||||
|
||||
/**
|
||||
* A character literal.
|
||||
* A rune literal.
|
||||
*/
|
||||
class CharLit extends @charlit, BasicLit { }
|
||||
|
||||
class RuneLit = CharLit;
|
||||
|
||||
/**
|
||||
* A string literal.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user