mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 21:44:34 +00:00
fix: method implementation checking bug
This commit is contained in:
parent
365d661c37
commit
3cb4c50a05
2 changed files with 14 additions and 7 deletions
|
@ -15,6 +15,8 @@
|
|||
.MethodDescriptorType: ClassType
|
||||
.ClassMethodDescriptorType: ClassType
|
||||
.ModuleType: ClassType
|
||||
.ModuleType.
|
||||
__call__: (name: Str, doc := Str) -> ModuleType
|
||||
.EllipsisType: ClassType
|
||||
.GenericAlias: (Type, GenericTuple) -> ClassType # TODO: Tuple Type
|
||||
.UnionType: (Type, Type) -> Type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue