Closed rhdunn closed 9 years ago
If I have an import declaration:
import module namespace x = "..." at "...";
and only use it in declarations like:
declare %x:annotation('foo') function bar() { () };
the import statement gets flagged as unused -- it appears grayed out.
If I have an import declaration:
and only use it in declarations like:
the import statement gets flagged as unused -- it appears grayed out.