TypeScript/tests/cases/conformance/expressions/functionCalls
2019-04-04 11:47:25 -07:00
..
callOverload.ts Giving too many arguments should error on the first argument that exceeds arity (#27982) 2019-03-12 15:57:12 -07:00
callWithMissingVoid.ts
callWithSpread.ts
callWithSpread2.ts Add failing test for function calls that have at least one non-spread argument, a spread argument, and overall potentially too few arguments 2019-04-04 11:47:25 -07:00
callWithSpread3.ts Giving too many arguments should error on the first argument that exceeds arity (#27982) 2019-03-12 15:57:12 -07:00
callWithSpreadES6.ts
forgottenNew.ts
functionCalls.ts
grammarAmbiguities.ts
newWithSpread.ts
newWithSpreadES5.ts
newWithSpreadES6.ts
overloadResolution.ts
overloadResolutionClassConstructors.ts
overloadResolutionConstructors.ts
typeArgumentInference.ts
typeArgumentInferenceConstructSignatures.ts
typeArgumentInferenceErrors.ts
typeArgumentInferenceTransitiveConstraints.ts
typeArgumentInferenceWithConstraints.ts
typeArgumentInferenceWithObjectLiteral.ts