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 8316a79 commit b328b74Copy full SHA for b328b74
src/fsharp/service/service.fs
@@ -994,7 +994,7 @@ type TypeCheckInfo
994
| Item.FakeInterfaceCtor (TType_app(tcref,_))
995
| Item.DelegateCtor (TType_app(tcref,_)) -> tcref.CompiledName
996
| Item.CtorGroup (_, (cinfo :: _)) ->
997
- (tcrefOfAppTy g cinfo.ApparentEnclosingType).CompiledName
+ cinfo.ApparentEnclosingTyconRef.CompiledName
998
| _ -> d.Item.DisplayName)
999
1000
// Filter out operators (and list)
0 commit comments