mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Remove semicolons everywhere except 'using' statements, properties, attributes, and signals. This should be the last breaking change to the syntax.
6 lines
66 B
Text
6 lines
66 B
Text
using Gtk 4.0;
|
|
using GObject 2.0;
|
|
|
|
GObject.Object {
|
|
styles []
|
|
}
|