mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-10 19:40:18 +08:00
13 lines
201 B
Plaintext
13 lines
201 B
Plaintext
;
|
|
; foobar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", ";"],
|
|
["comment", "; foobar"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |