blueprint-compiler/tests/samples/binding4.blp
Jan Tojnar 7fc367e644 decompiler: Implement support for bindings
The .ui files for tests were taken from GTK test suite.
2023-11-18 21:53:27 +01:00

5 lines
66 B
Text

using Gtk 4.0;
DropDown {
expression: bla as <nosuchtype> ;
}