mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-04-13 12:51:17 +08:00
20 lines
314 B
Plaintext
20 lines
314 B
Plaintext
//
|
|
// Foobar
|
|
#!/usr/bin/env io
|
|
/* multiline
|
|
comment
|
|
*/
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "//"],
|
|
["comment", "// Foobar"],
|
|
["comment", "#!/usr/bin/env io"],
|
|
["comment", "/* multiline\ncomment\n*/"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments.
|