mirror of
https://github.com/github/codeql.git
synced 2026-03-12 02:26:52 +01:00
8 lines
139 B
JavaScript
8 lines
139 B
JavaScript
// line comment
|
|
/* block comment */
|
|
stuff <!-- HTML comment start
|
|
/** doc comment */
|
|
--> HTML comment end
|
|
|
|
/*start*/function f() {/*end*/}
|