mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
parent
0e3280fcc5
commit
85150d397b
6 changed files with 22 additions and 4 deletions
7
tests/sample_errors/does_not_implement.blp
Normal file
7
tests/sample_errors/does_not_implement.blp
Normal file
|
@ -0,0 +1,7 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Label label {}
|
||||
|
||||
DropDown {
|
||||
model: label;
|
||||
}
|
1
tests/sample_errors/does_not_implement.err
Normal file
1
tests/sample_errors/does_not_implement.err
Normal file
|
@ -0,0 +1 @@
|
|||
6,10,5,Cannot assign Gtk.Label to Gio.ListModel
|
Loading…
Add table
Add a link
Reference in a new issue