Closed
Description
In #43005, we added a diagnostic:
"Missing '=' before default property value.
But these aren't default property values - they're initializers. I guess they're "defaults" in the absence of any other values, but that's not really the right term.
I think it should be
"Expected '=' for property initializer.
or
"Missing '=' for property initializer.