Println is not implemented and will panic if called.
(a ...frontend.Variable)
| 384 | |
| 385 | // Println is not implemented and will panic if called. |
| 386 | func (builder *builder) Println(a ...frontend.Variable) { |
| 387 | panic("unimplemented") |
| 388 | } |
| 389 | |
| 390 | // Compiler returns itself as it implements the frontend.Compiler interface. |
| 391 | func (builder *builder) Compiler() frontend.Compiler { |
no outgoing calls
no test coverage detected