Anomalie #1241
Mis à jour par Anonyme il y a plus de 11 ans
If we have:
<pre>
namespace a.b {
component A {}
}
namespace a {
component B {
part a: b.A
}
}
</pre>
(which for example happens when completing on A in B)
then _b.A_ is considered an error!