(typ *super.TypeFusion)
| 269 | } |
| 270 | |
| 271 | func newFusionBuilder(typ *super.TypeFusion) Builder { |
| 272 | return &fusionBuilder{typ: typ, values: NewBuilder(typ.Type)} |
| 273 | } |
| 274 | |
| 275 | func (f *fusionBuilder) Write(bytes scode.Bytes) { |
| 276 | it := bytes.Iter() |
no test coverage detected