sophiajt / june

MIT License
813 stars 31 forks source link

Check equality of method signatures in inheritance #61

Open yaahc opened 2 months ago

yaahc commented 2 months ago

The current implementation only checks that method names are the same, it doesn't check that arguments, return types, etc are all correct as well.

_Originally posted by @yaahc in https://github.com/sophiajt/june/pull/58#discussion_r1578468861_