blueprint-compiler/tests/sample_errors/a11y_prop_dne.blp
2021-11-12 00:51:01 -06:00

7 lines
82 B
Text

using Gtk 4.0;
Widget {
accessibility {
not_a_prop: "Hello, world!";
}
}