Open
Description
The following files are not correctly parsed due to missing state transitions:
table example {
example_name example_type
note: 'example note'
}
table example {
example_name example_type(example_size)
note: 'example note'
}
table example {
example_name example_type
indexes {}
}
table example {
example_name example_type(example_size)
indexes {}
}