blueprint-compiler/tests/sample_errors/closure_not_cast.blp
2022-07-23 15:10:28 -05:00

5 lines
51 B
Text

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