expressions: Validate lookup expressions

This commit is contained in:
James Westman 2022-04-30 15:20:05 -05:00
parent 3f7688a563
commit c7c32cbb4a
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
8 changed files with 50 additions and 9 deletions

View file

@ -0,0 +1,9 @@
using Gtk 4.0;
Box {
Label label {
visible: bind label.parent.something;
margin-start: bind label.margin-start.other;
label: bind nothing.parent.label;
}
}