Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(go): Generate inherited methods on class (#1965)
Previously, GoClass methods were only being populated by methods directly on the parent type. Calling `getMethods` with true also gets any inherited methods, which should cause the class to correctly implement its corresponding interface.
- Loading branch information