mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
This makes it clearer that they aren't functions, and it eliminates syntactic ambiguity with closure expressions.
9 lines
122 B
Text
9 lines
122 B
Text
using Gtk 4.0;
|
|
|
|
Overlay {
|
|
Label label {}
|
|
}
|
|
|
|
Label {
|
|
label: bind (label.parent) as <Overlay>.child as <Label>.label;
|
|
}
|