mirror of
https://github.com/github/codeql.git
synced 2026-06-29 00:27:05 +02:00
4 lines
359 B
Plaintext
4 lines
359 B
Plaintext
| comments.swift:1:1:1:22 | // Hello this is swift | Hello this is swift |
|
|
| comments.swift:3:1:6:3 | /*\n * This is a multi-line comment\n * It should be ignored by the parser\n */ | \n * This is a multi-line comment\n * It should be ignored by the parser\n |
|
|
| comments.swift:9:5:9:36 | // This is a single-line comment | This is a single-line comment |
|