When I need to resolve the FQN of the `use TestTrait` I cannot use the handy getResolvedName. Why is that? ```php namespace YYY; use \XXX\TestTrait; class TestClazz { use TestTrait; ``` https://github.com/microsoft/tolerant-php-parser/blame/84ce745a39619b10734c8e6b736e055b9fa64d13/src/Node/QualifiedName.php#L88 Thanks!