fix: method implementation checking bug

This commit is contained in:
Shunsuke Shibayama 2024-12-27 17:50:10 +09:00
parent 365d661c37
commit 3cb4c50a05
2 changed files with 14 additions and 7 deletions

View file

@ -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