mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
- 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
7 lines
63 B
Text
7 lines
63 B
Text
using Gtk 4.0;
|
|
|
|
Overlay {
|
|
child: my_menu;
|
|
}
|
|
|
|
menu my_menu {}
|