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
There's no clash in names between a module and a generic type and therefore no Module suffix is needed. That was implemented in #1772 -- but only for normal modules. Inside rec modules the Module suffix is still added.
There's no clash in names between a module and a generic type and therefore no
Module
suffix is needed. That was implemented in #1772 -- but only for normal modules. Insiderec module
s theModule
suffix is still added.Repro steps
Expected behavior
Module
A
is still namedA
after compilation.Actual behavior
Module
A
gets renamed toAModule
.(on sharplab)
Known workarounds
None (probably besides using a static class instead of module...)
Related information
Provide any related information
The text was updated successfully, but these errors were encountered: