TypeScript/tests/cases/conformance/types/thisType
2020-02-21 09:33:21 -08:00
..
contextualThisType.ts Adding contextual typing test 2015-09-29 15:26:27 -07:00
contextualThisTypeInJavascript.ts Add unknown property to test of contextual this type 2017-07-18 10:01:22 -07:00
declarationFiles.ts Adding test for declaration files 2015-09-26 15:56:00 -07:00
fluentClasses.ts
fluentInterfaces.ts
inferThisType.ts Infer this parameters (#26800) 2018-08-31 07:45:34 -07:00
looseThisTypeInFunctions.ts Update tests 2017-02-28 16:09:42 -08:00
thisTypeAccessibility.ts Fix access of protected members on generic this-type (#36928) 2020-02-21 09:33:21 -08:00
thisTypeAndConstraints.ts Adding test 2015-11-06 08:55:08 -08:00
thisTypeErrors.ts
thisTypeErrors2.ts Add a variable of type this in constructor body 2015-11-02 10:47:56 -08:00
thisTypeInAccessors.ts Correctly copy annotated this getter -> setter 2016-05-04 13:35:35 -07:00
thisTypeInAccessorsNegative.ts Update test 2017-02-22 19:25:19 -08:00
thisTypeInBasePropertyAndDerivedContainerOfBase01.ts Added tests. 2016-02-28 19:57:12 -08:00
thisTypeInClasses.ts Updating existing test 2015-11-06 08:55:26 -08:00
thisTypeInFunctions.ts Add contextual typing test with this specified 2016-04-07 07:59:46 -07:00
thisTypeInFunctions2.ts Allow extending any, with noImplicitAny errors (#23153) 2018-04-05 08:52:56 -07:00
thisTypeInFunctions3.ts Test:this instantiation in type parameters 2017-11-01 09:17:52 -07:00
thisTypeInFunctionsNegative.ts Report a semantic error for an arrow function with a "this" parameter. 2018-07-23 10:42:56 -04:00
thisTypeInInterfaces.ts
thisTypeInObjectLiterals.ts Update tests 2017-02-28 16:09:42 -08:00
thisTypeInObjectLiterals2.ts Add tests 2017-03-07 09:07:53 -08:00
thisTypeInTuples.ts Add tuple type test 2015-09-27 09:05:17 -07:00
thisTypeInTypePredicate.ts Test:type predicate uses correct index to report errors 2017-08-09 15:45:28 -07:00
thisTypeOptionalCall.ts Fix for incorrect 'this' type for optional call (#33799) 2019-10-04 13:39:42 -07:00
thisTypeSyntacticContext.ts Skip parens and non-null assertions when looking for this-context (#23097) 2018-04-03 06:23:59 -07:00
typeRelationships.ts
unionThisTypeInFunctions.ts Intersect 'this' types in union signatures (#32538) 2019-07-26 14:56:03 -07:00