Files
codeql/swift/codegen/templates/ql_stub.mustache
Paolo Tranquilli 307c885c1f Swift: use Generated:: instead of Base suffix
This commit changes `codegen` and the generated classes.
2022-10-18 12:21:06 +02:00

5 lines
159 B
Plaintext

// generated by {{generator}}, remove this comment if you wish to edit this file
private import {{base_import}}
class {{name}} extends Generated::{{name}} {}