提交 e2af0fa0 编写于 作者: J Jason Imison 提交者: Phillip Carter

Fix CI. fixes #4256 (#4257)

上级 d70a450a
......@@ -991,7 +991,8 @@ type TypeCheckInfo
| Item.UnqualifiedType(tcref :: _)
| Item.FakeInterfaceCtor (TType_app(tcref,_))
| Item.DelegateCtor (TType_app(tcref,_)) -> tcref.CompiledName
| Item.CtorGroup (_, (cinfo :: _)) -> (tcrefOfAppTy g cinfo.EnclosingType).CompiledName
| Item.CtorGroup (_, (cinfo :: _)) ->
(tcrefOfAppTy g cinfo.ApparentEnclosingType).CompiledName
| _ -> d.Item.DisplayName)
// Filter out operators (and list)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册