(annotations: Annotations.Schema<A>)
| 3608 | ): refine<A, From> { |
| 3609 | return class RefineClass extends make<A, Schema.Encoded<From>, Schema.Context<From>>(ast) { |
| 3610 | static override annotations(annotations: Annotations.Schema<A>): refine<A, From> { |
| 3611 | return makeRefineClass(this.from, this.filter, mergeSchemaAnnotations(this.ast, annotations)) |
| 3612 | } |
| 3613 | |
| 3614 | static [RefineSchemaId] = from |
| 3615 |
nothing calls this directly
no test coverage detected