-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Go generics cannot find common package object type definition (#…
…1281) * fix: Go generics cannot find common package object type definition - use ast.SelectorExpr instead if ast.Ident to embed types - tests reworked fixes #1237 * fix: Overrides not working with Generics - Generate full type name, if only one generic field exists - Generate refs to generic properties - Tests extended to test override behavior refs #1237 fixes #1253 * test: Extend tests to check error behavior - new tests added
- Loading branch information
1 parent
2f148dd
commit af1c525
Showing
24 changed files
with
760 additions
and
1,947 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.