blueprint-compiler/tests/samples/string_list.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

8 lines
85 B
Text

using Gtk 4.0;
StringList {
strings [
"Hello, world!",
_("Hello!"),
]
}