[analyzer] No error if an extension type declares getter and setter with the same basename but with uncompatible types #53489
Labels
feature-extension-types
Implementation of the extension type feature
legacy-area-analyzer
Use area-devexp instead.
P1
A high priority bug; for example, a single project is unusable or has many test failures
Analyzer doesn't report an error if an extension type declares an instance getter and setter with incompatible types.
For example the following errors are not reported.
cc @eernstg to confirm that extension type should behave like a regular class here
Tested on the edge SDK (Sept 11, 2023) on Linux x64
The text was updated successfully, but these errors were encountered: