mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
When the typelib for a namespace is not found, don't emit "namespace not imported" errors. Just emit the one error on the import statement.
6 lines
No EOL
98 B
Text
6 lines
No EOL
98 B
Text
using Gtk 4.0;
|
|
using NotARealNamespace 1;
|
|
|
|
NotARealNamespace.Widget widget {
|
|
property: true;
|
|
} |