blueprint-compiler/tests/sample_errors/expr_closure_not_cast.blp
2022-12-25 14:04:41 -06:00

5 lines
No EOL
51 B
Text

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