blueprint-compiler/tests/sample_errors/a11y_prop_dne.blp
2022-04-28 23:35:34 -05:00

7 lines
82 B
Text

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