]>
Commit | Line | Data |
---|---|---|
ab916fad | 1 | # we do not allow array branches in alternates |
3d0c4829 | 2 | # TODO: should we support this? |
895a2a80 | 3 | { 'struct': 'One', |
3d0c4829 | 4 | 'data': { 'name': 'str' } } |
ab916fad | 5 | { 'alternate': 'Alt', |
3d0c4829 EB |
6 | 'data': { 'one': 'One', |
7 | 'two': [ 'int' ] } } |