TypeScript/tests/cases/conformance/types/tuple
2019-05-22 15:03:17 -07:00
..
emptyTuples
arityAndOrderCompatibility01.ts
castingTuple.ts
contextualTypeWithTuple.ts
indexerWithTuple.ts
optionalTupleElements1.ts Add tests 2018-06-25 10:45:38 -10:00
readonlyArraysAndTuples.ts Error when writing to readonly tuple in rest element range 2019-05-22 15:03:17 -07:00
readonlyArraysAndTuples2.ts Add tests for decorators and declaration emit from error free source 2019-01-26 14:57:02 -08:00
restTupleElements1.ts Add tests 2018-06-25 10:45:38 -10:00
strictTupleLength.ts
tupleElementTypes1.ts
tupleElementTypes2.ts
tupleElementTypes3.ts
tupleElementTypes4.ts
tupleLengthCheck.ts check index access for fixed length tuple 2018-08-10 10:49:37 +08:00
typeInferenceWithTupleType.ts
unionsOfTupleTypes1.ts Add tests 2018-10-06 17:03:19 -07:00
wideningTuples1.ts
wideningTuples2.ts
wideningTuples3.ts
wideningTuples4.ts
wideningTuples5.ts
wideningTuples6.ts
wideningTuples7.ts