Skip to content

Commit e2af0fa

Browse files
nosamicartermp
authored andcommitted
Fix CI. fixes #4256 (#4257)
1 parent d70a450 commit e2af0fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fsharp/service/service.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,8 @@ type TypeCheckInfo
991991
| Item.UnqualifiedType(tcref :: _)
992992
| Item.FakeInterfaceCtor (TType_app(tcref,_))
993993
| Item.DelegateCtor (TType_app(tcref,_)) -> tcref.CompiledName
994-
| Item.CtorGroup (_, (cinfo :: _)) -> (tcrefOfAppTy g cinfo.EnclosingType).CompiledName
994+
| Item.CtorGroup (_, (cinfo :: _)) ->
995+
(tcrefOfAppTy g cinfo.ApparentEnclosingType).CompiledName
995996
| _ -> d.Item.DisplayName)
996997

997998
// Filter out operators (and list)

0 commit comments

Comments
 (0)