@override
does not work correctly for overloaded method without implementation
#9746
Labels
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
spec compliance
If an overloaded method has no implementation (e.g. it's in a stub file, protocol or ABC) and the first overloaded method is decorated with
@override
, this override isn't enforced.The text was updated successfully, but these errors were encountered: