提交 fe1e37d0 编写于 作者: S Steffen Forkmann

More types

上级 32ce9206
......@@ -944,7 +944,7 @@ type public TcGlobals(compilingFslib: bool, ilg:ILGlobals, fslibCcu: CcuThunk, d
member val tcref_LanguagePrimitives = mk_MFCore_tcref fslibCcu "LanguagePrimitives"
member val tcref_System_Collections_Generic_List = findSysTyconRef sysGenerics "List`1"
member val tcref_System_Collections_Generic_IList = findSysTyconRef sysGenerics "IList`1"
member val tcref_System_Collections_Generic_IReadOnlyList = findSysTyconRef sysGenerics "IReadOnlyList`1"
member val tcref_System_Collections_Generic_ICollection = findSysTyconRef sysGenerics "ICollection`1"
......
......@@ -8233,6 +8233,8 @@ and Propagate cenv overallTy env tpenv (expr: ApplicableExpr) exprty delayed =
HasHeadType cenv.g cenv.g.tcref_System_Collections_Generic_IDictionary typ ||
HasHeadType cenv.g cenv.g.tcref_System_Collections_Generic_List typ ||
HasHeadType cenv.g cenv.g.tcref_System_Collections_Generic_IList typ ||
HasHeadType cenv.g cenv.g.tcref_System_Collections_Generic_IReadOnlyList typ ||
HasHeadType cenv.g cenv.g.tcref_System_Collections_Generic_ICollection typ ||
isArray1DTy cenv.g typ ||
isListTy cenv.g typ
->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册