TypeScript/tests/cases/conformance/types/nonPrimitive
2018-05-01 13:05:49 -07:00
..
assignObjectToNonPrimitive.ts add tests for non primitive type 2016-12-22 10:06:42 +08:00
nonPrimitiveAccessProperty.ts fix #13556: enable rest/spread on object 2017-01-18 14:57:20 +08:00
nonPrimitiveAndTypeVariables.ts Check that test cases produce expected types 2018-05-01 13:05:49 -07:00
nonPrimitiveAsProperty.ts Emit 'object' type in declaration emitter 2017-01-15 16:26:17 -08:00
nonPrimitiveAssignError.ts address CR feedback 2016-12-22 10:07:23 +08:00
nonPrimitiveConstraintOfIndexAccessType.ts Test getConstraintOfIndexedAccess fixes and update baselines 2017-08-18 15:16:24 -07:00
nonPrimitiveIndexingWithForIn.ts fix #14187, forIn should allow non primitive object as right hand side 2017-02-22 10:06:34 +08:00
nonPrimitiveIndexingWithForInNoImplicitAny.ts fix #14187, forIn should allow non primitive object as right hand side 2017-02-22 10:06:34 +08:00
nonPrimitiveIndexingWithForInSupressError.ts fix #14187, forIn should allow non primitive object as right hand side 2017-02-22 10:06:34 +08:00
nonPrimitiveInFunction.ts Emit 'object' type in declaration emitter 2017-01-15 16:26:17 -08:00
nonPrimitiveInGeneric.ts Emit 'object' type in declaration emitter 2017-01-15 16:26:17 -08:00
nonPrimitiveNarrow.ts accept new baselines 2016-12-22 10:07:22 +08:00
nonPrimitiveRhsSideOfInExpression.ts Add tests. 2017-03-06 08:29:58 +01:00
nonPrimitiveStrictNull.ts add tests for generic type argument under strict null checks 2016-12-22 10:07:23 +08:00
nonPrimitiveUnionIntersection.ts fix #15447: object is empty object type (#16290) 2017-06-06 10:08:33 -07:00