blueprint-compiler/tests/sample_errors/ns_not_found.blp
James Westman bc605c5df8
Reduce errors when a namespace is not found
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.
2023-03-21 11:31:02 -05:00

6 lines
No EOL
98 B
Text

using Gtk 4.0;
using NotARealNamespace 1;
NotARealNamespace.Widget widget {
property: true;
}