Fix: only a single method is possible when using super.call()
- Previously, all types were considered possible. In reality, only a single method can be called (the first parent class that defines it).
- Previously, all types were considered possible. In reality, only a single method can be called (the first parent class that defines it).