blueprint-compiler/tests/sample_errors/closure_not_cast.blp
2022-05-05 00:54:22 -05:00

5 lines
51 B
Text

using Gtk 4.0;
Label {
label: bind my_func();
}