Ticket #249 (new Problem)
Can't self reference within record types
| Reported by: | seth | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Bro | Version: | 1.5.2 |
| Keywords: | Cc: |
Description (last modified by seth) (diff)
(I'm just putting this in the tracker so I don't forget about it)
Code such as the following doesn't work because self referencing record types are currently not a supported feature.
type node: record {
branches: set[node];
};
Note: See
TracTickets for help on using
tickets.