blueprint-compiler/tests/sample_errors/property_dne.blp
2021-11-04 00:05:38 -05:00

5 lines
66 B
Text

using Gtk 4.0;
Label {
not-a-real-property: "Hello, world!";
}