TypeScript/tests/cases/conformance/types/thisType
Nathan Shively-Sanders cc3d011333
Infer this parameters (#26800)
Previously we didn't. I can't remember why, probably because I
overlooked it in the initial PR.
2018-08-31 07:45:34 -07:00
..
contextualThisType.ts
contextualThisTypeInJavascript.ts Add unknown property to test of contextual this type 2017-07-18 10:01:22 -07:00
declarationFiles.ts
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 disallow static field access 2018-06-05 18:42:21 +08:00
thisTypeAndConstraints.ts
thisTypeErrors.ts
thisTypeErrors2.ts
thisTypeInAccessors.ts
thisTypeInAccessorsNegative.ts Update test 2017-02-22 19:25:19 -08:00
thisTypeInBasePropertyAndDerivedContainerOfBase01.ts
thisTypeInClasses.ts
thisTypeInFunctions.ts
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
thisTypeInTypePredicate.ts Test:type predicate uses correct index to report errors 2017-08-09 15:45:28 -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