Type hierarchy only finds direct subtypes when methods have @override
decorator
#6885
Labels
bug
Something isn't working
@override
decorator
#6885
Environment data
Code Snippet
Repro Steps
method
inclass A
, show type hierarchy.method
inA
andB
.Expected behavior
method
inC
should be shown as subtype ofmethod
inB
Actual behavior
Logs
The text was updated successfully, but these errors were encountered: