mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
// generated by {{generator}}, do not edit
|
|
/**
|
|
* This module provides the {{^internal}}public {{/internal}}class `{{name}}`.
|
|
*/
|
|
|
|
private import {{^internal}}internal.{{/internal}}{{name}}Impl
|
|
{{#imports}}
|
|
import {{.}}
|
|
{{/imports}}
|
|
|
|
{{>ql_stub_class_qldoc}}
|
|
final class {{name}} = Impl::{{name}}; |