TypeScript/tests/cases/conformance/functions
Anders Hejlsberg d2cc282134 Add tests
2018-12-10 09:45:55 -08: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
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
functionOverloadErrorsSyntax.ts
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
parameterInitializersForwardReferencing.ts
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