(sctx *super.Context)
| 11 | } |
| 12 | |
| 13 | func NewFields(sctx *super.Context) *Fields { |
| 14 | return &Fields{ |
| 15 | sctx: sctx, |
| 16 | typ: sctx.LookupTypeArray(sctx.LookupTypeArray(super.TypeString)), |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | func buildPath(typ *super.TypeRecord, b *scode.Builder, prefix []string) { |
| 21 | for _, f := range typ.Fields { |