mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -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
5 lines
48 B
Text
5 lines
48 B
Text
using Gtk 4.0;
|
|
|
|
Button {
|
|
child: "Click me";
|
|
}
|