Unify typesigs when implementing interface funs (#469)

This commit is contained in:
Gaith Hallak
2023-07-17 13:32:11 +03:00
committed by GitHub
parent 43c8328615
commit 86d7b36ba7
3 changed files with 18 additions and 10 deletions
+1
View File
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Removed
### Fixed
- Fixed a bug with polymorphism that allowed functions with the same name but different type to be considered as implementations for their corresponding interface function.
## [7.2.1]
### Fixed