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.
8 lines
85 B
Text
8 lines
85 B
Text
using Gtk 4.0;
|
|
|
|
StringList {
|
|
strings [
|
|
"Hello, world!",
|
|
_("Hello!"),
|
|
]
|
|
}
|