Files
TypeScript/src/compiler
Nathan Shively-Sanders 3ffe253166 Always error when property overrides accessor or vice versa
Previously this was only an error when useDefineForClassFields: true,
but now it's an error for all code. This is a rare mistake to make, and
usually only occurs in code written before `readonly` was available.

Codefix to come in subsequent commits.
2020-04-09 08:27:08 -07:00
..
2019-09-23 06:14:52 -07:00
2020-03-04 14:52:33 -05:00