TypeScript/tests/cases/conformance/expressions
2017-08-18 15:16:24 -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 Disallow left comma operator operands which don't have side effects 2016-09-12 14:45:42 -07:00
conditonalOperator
contextualTyping
elementAccess
functionCalls Correct test argument in callwithSpread2 2017-05-15 10:55:58 -07:00
functions Add tests 2017-01-07 15:16:26 -08:00
identifiers
literals
newOperator
objectLiterals
operators
propertyAccess More exhaustive needsDotDotForPropertyAccess 2017-01-24 13:42:05 -08:00
superCalls
superPropertyAccess
thisKeyword Update another test 2017-03-01 06:31:34 -08:00
typeAssertions Added tests. 2016-06-14 19:02:47 -07:00
typeGuards Added tests 2017-07-20 02:59:33 +03:00
unaryOperators Indexed-assignment readonly err is not unknownType 2017-08-16 10:06:01 -07:00
valuesAndReferences