File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1894,7 +1894,8 @@ let rec ResolveLongIndentAsModuleOrNamespace sink atMostOne amap m first fullyQu
18941894 | _ -> raze ( namespaceNotFound.Force())
18951895
18961896
1897- let ResolveLongIndentAsModuleOrNamespaceThen sink atMostOne amap m fullyQualified ( nenv : NameResolutionEnv ) ad id rest isOpenDecl f =
1897+ // Note - 'rest' is annotated due to a bug currently in Unity (see: https://github.com/dotnet/fsharp/pull/7427)
1898+ let ResolveLongIndentAsModuleOrNamespaceThen sink atMostOne amap m fullyQualified ( nenv : NameResolutionEnv ) ad id ( rest : Ident list ) isOpenDecl f =
18981899 match ResolveLongIndentAsModuleOrNamespace sink ResultCollectionSettings.AllResults amap m true fullyQualified nenv ad id [] isOpenDecl with
18991900 | Result modrefs ->
19001901 match rest with
You can’t perform that action at this time.
0 commit comments