TypeScript/tests/cases/conformance/functions
2020-05-06 12:04:28 -07:00
..
functionImplementationErrors.ts addressed PR feedback, updated tests to suppress reachability errors where they are not needed 2015-10-13 10:58:55 -07:00
functionImplementations.ts addressed PR feedback, updated tests to suppress reachability errors where they are not needed 2015-10-13 10:58:55 -07:00
functionNameConflicts.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
functionOverloadCompatibilityWithVoid01.ts Added tests for 'void' return type compatibilty on overloads and implementations. 2015-12-11 15:04:27 -08:00
functionOverloadCompatibilityWithVoid02.ts Added tests for 'void' return type compatibilty on overloads and implementations. 2015-12-11 15:04:27 -08:00
functionOverloadCompatibilityWithVoid03.ts Added tests for 'void' return type compatibilty on overloads and implementations. 2015-12-11 15:04:27 -08:00
functionOverloadErrors.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
functionOverloadErrorsSyntax.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
functionWithUseStrictAndSimpleParameterList.ts improve error message and update testcase 2018-08-01 13:45:57 +08:00
functionWithUseStrictAndSimpleParameterList_es2016.ts improve error message and update testcase 2018-08-01 13:45:57 +08:00
parameterInitializersBackwardReferencing.ts Fix regression in name resolution in parameter (#38351) 2020-05-06 12:04:28 -07:00
parameterInitializersForwardReferencing.2.ts Fix temp vars referenced in parameter (#38130) 2020-04-23 20:45:39 -07:00
parameterInitializersForwardReferencing.ts Added tests. 2014-09-11 14:52:14 -07:00
parameterInitializersForwardReferencing1.ts fix lookup regression again (#26762) 2018-08-30 08:48:49 -07:00
parameterInitializersForwardReferencing1_es6.ts fix lookup regression again (#26762) 2018-08-30 08:48:49 -07:00
strictBindCallApply1.ts Add tests 2018-12-10 09:45:55 -08:00
strictBindCallApply2.ts Fix ThisParameterType<T> type (#36013) 2020-01-06 08:55:34 -10:00