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
ResolveLongIdentInTyconRefs ResultCollectionSettings.AtMostOneResult(ncenv:NameResolver) nenv LookupKind.Pattern(depth+1) m ad rest numTyArgsOpt id.idRange tcrefs
2470
2473
|_->
2471
2474
NoResultsOrUsefulErrors
@@ -2476,8 +2479,8 @@ let rec ResolvePatternLongIdentInModuleOrNamespace (ncenv:NameResolver) nenv num
2476
2479
2477
2480
// Constructor of a type?
2478
2481
letctorSearch=
2479
-
if isNil restthen
2480
-
tcrefs
2482
+
if isNil restthen
2483
+
tcrefs.Force()
2481
2484
|> List.map(fun(resInfo,tcref)->(resInfo,FreshenTycon ncenv m tcref))
2482
2485
|> CollectAtMostOneResult(fun(resInfo,typ)-> ResolveObjectConstructorPrim ncenv nenv.eDisplayEnv resInfo id.idRange ad typ)