Files
codeql/unified/ql/test/library-tests/comments/comments.expected
2026-06-12 16:36:33 +02:00

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 |