blueprint-compiler/tests/sample_errors/menu_toplevel_attribute.blp
James Westman 51d8969ced
Fix menus
- Menus require an ID
- The top level menu block can't have attributes
2022-12-19 15:15:25 -06:00

5 lines
No EOL
47 B
Text

using Gtk 4.0;
menu {
not-allowed: true;
}