TypeScript/tests/cases/conformance/expressions
2020-04-24 12:10:29 -07:00
..
arrayLiterals Add tests 2019-06-17 16:18:13 -10:00
asOperator
assignmentOperator
binaryOperators
commaOperator
conditonalOperator
contextualTyping Fix incorrect noImplicitAny error on contextual union function signature 2019-06-24 17:37:14 -07:00
elementAccess
functionCalls
functions
identifiers
literals
newOperator
nullishCoalescingOperator Fix temp variable scoping in async generators (#38121) 2020-04-24 12:10:29 -07:00
objectLiterals
operators
optionalChaining Fix temp vars referenced in parameter (#38130) 2020-04-23 20:45:39 -07:00
propertyAccess Add tests 2019-06-06 13:33:36 -07:00
superCalls
superPropertyAccess
thisKeyword
typeAssertions allow const-assertion on aliased enum symbol (#32110) 2019-06-26 14:42:06 -07:00
typeGuards
unaryOperators
valuesAndReferences