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
incrementOperator Update tests 2016-09-21 16:03:51 -07:00
logicalNotOperator
negateOperator Update tests 2016-09-21 16:03:51 -07:00
plusOperator
typeofOperator
voidOperator