Skip to content

Commit b328b74

Browse files
nosamiKevinRansom
authored andcommitted
Fix tcRefOfAppTy usage in GetDeclarationListSymbols (#5003)
1 parent 8316a79 commit b328b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/service/service.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ type TypeCheckInfo
994994
| Item.FakeInterfaceCtor (TType_app(tcref,_))
995995
| Item.DelegateCtor (TType_app(tcref,_)) -> tcref.CompiledName
996996
| Item.CtorGroup (_, (cinfo :: _)) ->
997-
(tcrefOfAppTy g cinfo.ApparentEnclosingType).CompiledName
997+
cinfo.ApparentEnclosingTyconRef.CompiledName
998998
| _ -> d.Item.DisplayName)
999999

10001000
// Filter out operators (and list)

0 commit comments

Comments
 (0)