TypeScript/tests/cases/conformance/expressions/unaryOperators
Nathan Shively-Sanders 7809398ad4 Indexed-assignment readonly err is not unknownType
Now, in an assignment to an indexed access of a readonly property, the
resulting type is still the property's type. Previously it was
unknownType. This improves error reporting slightly by reporting some
errors that were previously missed.
2017-08-16 10:06:01 -07:00
..
bitwiseNotOperator Disallow left comma operator operands which don't have side effects 2016-09-12 14:45:42 -07:00
decrementOperator Indexed-assignment readonly err is not unknownType 2017-08-16 10:06:01 -07:00
deleteOperator Fixing tests and baselines 2014-10-08 11:11:36 -07:00
incrementOperator Update tests 2016-09-21 16:03:51 -07:00
logicalNotOperator Fixing tests and baselines 2014-10-08 11:11:36 -07:00
negateOperator Update tests 2016-09-21 16:03:51 -07:00
plusOperator Fixing tests and baselines 2014-10-08 11:11:36 -07:00
typeofOperator suppress reachability errors in remaining tests 2015-10-13 13:06:43 -07:00
voidOperator Fixing tests and baselines 2014-10-08 11:11:36 -07:00