mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-04 00:30:47 +08:00
14 lines
221 B
Plaintext
14 lines
221 B
Plaintext
(**)
|
|
(* foo
|
|
bar *)
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "(**)"],
|
|
["comment", "(* foo\r\nbar *)"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |