blueprint-compiler/tests/sample_errors/menu_assignment.blp
James Westman 9b9fab832b
Add tests, remove unused code, fix bugs
- Added tests for more error messages
- Test the "go to reference" feature at every character index of every
test case
- Delete unused code and imports
- Fix some bugs I found along the way
2024-12-22 18:00:39 -06:00

7 lines
63 B
Text

using Gtk 4.0;
Overlay {
child: my_menu;
}
menu my_menu {}