TypeScript/tests/cases/conformance/expressions
Anders Hejlsberg 6f2001fb23 Add tests
2018-06-02 17:43:37 -07:00
..
arrayLiterals
asOperator Emit parens around type-asserted binary operators 2016-07-15 15:56:22 -07:00
assignmentOperator Update tests 2016-09-21 16:03:51 -07:00
binaryOperators Test getConstraintOfIndexedAccess fixes and update baselines 2017-08-18 15:16:24 -07:00
commaOperator Add suggestion diagnostics for unused label and unreachable code (#24261) 2018-05-22 07:56:29 -07:00
conditonalOperator
contextualTyping
elementAccess Test:string enum in element access 2017-08-24 14:06:21 -07:00
functionCalls Update spread tests w/new excess arguments error 2017-11-16 09:39:31 -08:00
functions Add tests 2017-01-07 15:16:26 -08:00
identifiers
literals
newOperator
objectLiterals Add tests 2017-10-26 14:56:54 -07:00
operators Unpatch vfs resolver and default lib rename 2018-05-03 14:18:50 -07:00
propertyAccess More exhaustive needsDotDotForPropertyAccess 2017-01-24 13:42:05 -08:00
superCalls
superPropertyAccess Instantiate this-type in super property access 2016-05-24 13:07:34 -07:00
thisKeyword Update another test 2017-03-01 06:31:34 -08:00
typeAssertions Added tests. 2016-06-14 19:02:47 -07:00
typeGuards Add tests 2018-06-02 17:43:37 -07:00
unaryOperators Indexed-assignment readonly err is not unknownType 2017-08-16 10:06:01 -07:00
valuesAndReferences