mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-13 21:10:19 +08:00
18 lines
285 B
Plaintext
18 lines
285 B
Plaintext
/**/
|
|
/* foo
|
|
bar */
|
|
//
|
|
// foobar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "/**/"],
|
|
["comment", "/* foo\r\nbar */"],
|
|
["comment", "//"],
|
|
["comment", "// foobar"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |