blueprint-compiler/tests/sample_errors/expr_cast_needed.blp
James Westman 04509e4b2e Change template syntax
Templates now use a TypeName instead of an identifier, which makes it
clearer that it's an extern symbol (or that it's a Gtk.ListItem).
2023-05-13 16:49:48 -05:00

5 lines
No EOL
64 B
Text

using Gtk 4.0;
$MyObject object {
foo: bind object.bar.baz;
}