blueprint-compiler/tests/sample_errors/styles_in_non_widget.blp
James Westman be3c0de670
Remove some semicolons
Remove semicolons everywhere except 'using' statements, properties,
attributes, and signals.

This should be the last breaking change to the syntax.
2021-11-30 21:04:35 -06:00

6 lines
66 B
Text

using Gtk 4.0;
using GObject 2.0;
GObject.Object {
styles []
}