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
// Stay safe and as soon as the parent module is reachable, consider this module reachable as well
1183
1183
[|LongIdent.Empty|]
1184
1184
else
1185
-
[|longId|]
1185
+
// 'module A.B' is equivalent to 'namespace A; module B', meaning that 'A' is opened implicitly
1186
+
if synModuleOrNamespaceKind.IsModule then
1187
+
[|longId.GetSlice(None, Some <| longId.Length-2); longId|]
1188
+
else
1189
+
[|longId|]
1186
1190
// TODO Temporarily disabled digging into the file's structure to avoid edge cases where another file depends on this file's namespace existing (but nothing else)
0 commit comments