mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-22 17:30:28 +08:00
13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
-- Foo
|
|
--foobar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "-- Foo"],
|
|
["comment", "--foobar"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |