mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 03:38:07 +08:00
20 lines
302 B
Plaintext
20 lines
302 B
Plaintext
#\a
|
|
#\space
|
|
#\u0041
|
|
#\λ
|
|
#\)
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["character", "#\\a"],
|
|
["character", "#\\space"],
|
|
["character", "#\\u0041"],
|
|
["character", "#\\λ"],
|
|
["character", "#\\)"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for character literals.
|