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 Allow trailing void arguments to be omitted 2018-10-03 19:35:05 +01:00
callWithSpread.ts Ensure transformFlags are correct before visiting a node. 2016-11-03 17:21:36 -07:00
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 Corrects old tests. 2015-05-15 08:38:44 +08:00
forgottenNew.ts Conformance coverage for spec change #589 2014-09-05 18:44:49 -07:00
functionCalls.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
grammarAmbiguities.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
newWithSpread.ts Fixes concat style 2015-05-16 16:42:49 +08:00
newWithSpreadES5.ts Fixes concat style 2015-05-16 16:42:49 +08:00
newWithSpreadES6.ts Fixes concat style 2015-05-16 16:42:49 +08:00
overloadResolution.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
overloadResolutionClassConstructors.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
overloadResolutionConstructors.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
typeArgumentInference.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
typeArgumentInferenceConstructSignatures.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
typeArgumentInferenceErrors.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
typeArgumentInferenceTransitiveConstraints.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
typeArgumentInferenceWithConstraints.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
typeArgumentInferenceWithObjectLiteral.ts Adding more tests 2015-02-02 10:26:31 -08:00