Invocation of super.abstractMethod() is not resolved. #31593
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
customer-analyzer
front-end-kernel
P2
A bug or feature request we're likely to work on
Here is an edge case test in Analyzer.
It reports no static errors, because
A
hasnoSuchMethod()
.But FrontEnd also does not provide resolution for
super.m()
, which is bad for Analyzer - we want users to know that it resolves toA.m()
, so that semantic highlighting and search work.The text was updated successfully, but these errors were encountered: