------------------------------------------------------------------------- decl_pack -------------------------------------------------------------------------
| 1331 | //------------------------------------------------------------------------- |
| 1332 | |
| 1333 | type decl_pack struct { |
| 1334 | names []*ast.Ident |
| 1335 | typ ast.Expr |
| 1336 | values []ast.Expr |
| 1337 | } |
| 1338 | |
| 1339 | type foreach_decl_struct struct { |
| 1340 | decl_pack |
nothing calls this directly
no outgoing calls
no test coverage detected