(annotations: Annotations.Schema<Literals[number]>)
| 690 | ): Literal<Literals> { |
| 691 | return class LiteralClass extends make<Literals[number]>(ast) { |
| 692 | static override annotations(annotations: Annotations.Schema<Literals[number]>): Literal<Literals> { |
| 693 | return makeLiteralClass(this.literals, mergeSchemaAnnotations(this.ast, annotations)) |
| 694 | } |
| 695 | static literals = [...literals] as Literals |
| 696 | } |
| 697 | } |
nothing calls this directly
no test coverage detected