expressions: Add closure expressions

This commit is contained in:
James Westman 2022-04-30 13:27:54 -05:00
parent 762a29b705
commit cc1d2ab78f
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
6 changed files with 69 additions and 0 deletions

View file

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

View file

@ -0,0 +1 @@
4,15,9,Closure expression needs to be cast to my_func's return type