We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70a450 commit e2af0faCopy full SHA for e2af0fa
src/fsharp/service/service.fs
@@ -991,7 +991,8 @@ type TypeCheckInfo
991
| Item.UnqualifiedType(tcref :: _)
992
| Item.FakeInterfaceCtor (TType_app(tcref,_))
993
| Item.DelegateCtor (TType_app(tcref,_)) -> tcref.CompiledName
994
- | Item.CtorGroup (_, (cinfo :: _)) -> (tcrefOfAppTy g cinfo.EnclosingType).CompiledName
+ | Item.CtorGroup (_, (cinfo :: _)) ->
995
+ (tcrefOfAppTy g cinfo.ApparentEnclosingType).CompiledName
996
| _ -> d.Item.DisplayName)
997
998
// Filter out operators (and list)
0 commit comments