mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +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*/}
|