mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Validate object types
This commit is contained in:
parent
a0ba59af77
commit
d89f2356b4
11 changed files with 126 additions and 33 deletions
6
tests/sample_errors/class_assign.blp
Normal file
6
tests/sample_errors/class_assign.blp
Normal file
|
@ -0,0 +1,6 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Box box {}
|
||||
Label {
|
||||
label: box;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue