TypeScript/tests/cases/conformance/expressions/contextualTyping
2019-06-24 17:37:14 -07:00
..
argumentExpressionContextualTyping.ts Add conformance tests for arugment expression, getSetAccessor, arrayLiteralExpression 2015-04-16 20:01:29 -07:00
arrayLiteralExpressionContextualTyping.ts Add conformance tests for arugment expression, getSetAccessor, arrayLiteralExpression 2015-04-16 20:01:29 -07:00
functionExpressionContextualTyping1.ts Add spec description into tests 2015-04-16 15:39:12 -07:00
functionExpressionContextualTyping2.ts Add spec description into tests 2015-04-16 15:39:12 -07:00
functionExpressionContextualTyping3.ts Fix incorrect noImplicitAny error on contextual union function signature 2019-06-24 17:37:14 -07:00
generatedContextualTyping.ts addressed PR feedback, updated tests to suppress reachability errors where they are not needed 2015-10-13 10:58:55 -07:00
getSetAccessorContextualTyping.ts Add conformance tests for arugment expression, getSetAccessor, arrayLiteralExpression 2015-04-16 20:01:29 -07:00
iterableContextualTyping1.ts In ES6, an Iterable should contextually type an array literal 2015-02-26 18:17:41 -08:00
objectLiteralContextualTyping.ts Add conformance tests for arugment expression, getSetAccessor, arrayLiteralExpression 2015-04-16 20:01:29 -07:00
parenthesizedContexualTyping1.ts Added tests for contextual typing on parenthesized expressions, added case for tagged templates. 2015-01-08 16:39:47 -08:00
parenthesizedContexualTyping2.ts Clarified comment in test. 2015-01-09 14:19:24 -08:00
parenthesizedContexualTyping3.ts Added tests for contextual typing on parenthesized expressions, added case for tagged templates. 2015-01-08 16:39:47 -08:00
superCallParameterContextualTyping1.ts Contextually type parameters in super calls using type arguments on the base class. 2015-01-26 18:42:17 -08:00
superCallParameterContextualTyping2.ts Contextually type parameters in super calls using type arguments on the base class. 2015-01-26 18:42:17 -08:00
superCallParameterContextualTyping3.ts Added Jason's example for contextually typing parameters. 2015-01-27 22:39:48 -08:00
taggedTemplateContextualTyping1.ts Added tests for contextual typing on parenthesized expressions, added case for tagged templates. 2015-01-08 16:39:47 -08:00
taggedTemplateContextualTyping2.ts Changed tests to error when actual contextual typing is broken. 2014-12-15 17:09:56 -08:00