mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
5 lines
240 B
Plaintext
5 lines
240 B
Plaintext
| comments.swift:1:1:2:1 | // Single line comment\n |
|
|
| comments.swift:3:1:6:3 | /*\n Multiline\n comment\n*/ |
|
|
| comments.swift:8:1:9:1 | /// Single line doc comment\n |
|
|
| comments.swift:10:1:13:3 | /**\n Multiline\n doc comment\n*/ |
|