mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Remove semicolons everywhere except 'using' statements, properties, attributes, and signals. This should be the last breaking change to the syntax.
5 lines
58 B
Text
5 lines
58 B
Text
using Gtk 4.0;
|
|
|
|
Label {
|
|
styles ["class-1", "class-2"]
|
|
}
|