Bare inherited
fails to resolve parent message
handler with different signature
#271
Open
2 tasks done
Labels
bug
Something isn't working
Prerequisites
SonarDelphi version
1.7.0
SonarQube version
No response
Issue description
SonarDelphi does not currently implement the following behavior around
message
handlers.See https://docwiki.embarcadero.com/RADStudio/Athens/en/Methods_(Delphi)#Inherited
Steps to reproduce
In the below code example, the
inherited
inTBar.Bar
should resolve toTFoo.Foo
.Minimal Delphi code exhibiting the issue
The text was updated successfully, but these errors were encountered: