mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-04-15 05:40:42 +08:00
13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
-- Foo
|
|
--foobar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "-- Foo"],
|
|
["comment", "--foobar"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |