TypeScript/tests/cases/conformance/expressions
Anders Hejlsberg 08fe06f527 Merge branch 'master' into constContexts
# Conflicts:
#	src/compiler/checker.ts
2019-01-29 12:29:30 -08:00
..
arrayLiterals
asOperator
assignmentOperator Go back to the old narrowing algorithm (pre #26143) and avoid #26130 by 2018-08-17 21:35:03 -04:00
binaryOperators Fix #29457 2019-01-17 20:03:46 +00: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 Allow trailing void arguments to be omitted 2018-10-03 19:35:05 +01:00
functions
identifiers
literals
newOperator When --noImplicitAny is enabled, don't report errors suggesting that a 'void' function can be 'new'ed (#26579) 2018-08-21 10:02:02 -07:00
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
superCalls
superPropertyAccess
thisKeyword
typeAssertions Add tests 2019-01-19 10:34:38 -08: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