mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Fix a bug in the type checking code where it would not produce an error if you assigned "true" or "false" to an object property.
5 lines
43 B
Text
5 lines
43 B
Text
using Gtk 4.0;
|
|
|
|
Button {
|
|
child: false;
|
|
}
|