You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I export a module into a namespace a and accidentally write A::Foo instead of a::Foo, the type checker treats A::Foo as a type constant. This is quite confusing. We should not do that :)
The text was updated successfully, but these errors were encountered:
If I export a module into a namespace
a
and accidentally writeA::Foo
instead ofa::Foo
, the type checker treatsA::Foo
as a type constant. This is quite confusing. We should not do that :)The text was updated successfully, but these errors were encountered: