language: Add closure expressions

This commit is contained in:
James Westman 2022-12-24 21:46:03 -06:00
parent 5cf9b63547
commit 59aa054c4c
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
10 changed files with 96 additions and 7 deletions

View file

@ -0,0 +1,5 @@
using Gtk 4.0;
Label {
label: bind $closure();
}

View file

@ -0,0 +1 @@
4,15,10,Closure expression must be cast to the closure's return type