mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-13 21:10:19 +08:00
15 lines
251 B
Plaintext
15 lines
251 B
Plaintext
...
|
|
..1
|
|
..42
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["ellipsis", "..."],
|
|
["ellipsis", "..1"],
|
|
["ellipsis", "..42"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for ellipsis and special identifiers. |