Bug Report
๐ Search Terms
operand delete operator double diagnostic error
๐ Version & Regression Information
- This changed between versions 3.9 and 4.0
Before 4.0, we only gave one error here. In 4.0 and above, we give two errors.
โฏ Playground Link
Playground Link
๐ป Code
class Foo {}
delete Foo.name;
๐ Actual behavior
Two errors
๐ Expected behavior
One error
Bug Report
๐ Search Terms
operand delete operator double diagnostic error
๐ Version & Regression Information
Before 4.0, we only gave one error here. In 4.0 and above, we give two errors.
โฏ Playground Link
Playground Link
๐ป Code
๐ Actual behavior
Two errors
๐ Expected behavior
One error