mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
fix: attribute inffering
This commit is contained in:
parent
40762bf8cf
commit
57588c78f7
2 changed files with 28 additions and 20 deletions
|
@ -1,4 +1,4 @@
|
|||
.dis!: (x: Code or ClassType or TraitType or Proc or Str or Bytes or NoneType := NoneType) => NoneType
|
||||
.dis!: (x: Code or ClassType or TraitType or GenericCallable or Str or Bytes or NoneType := NoneType) => NoneType
|
||||
.code_info: (x: Code or ClassType or TraitType or GenericCallable or Str or Bytes) -> Str
|
||||
.show_code!: (x: Code or ClassType or TraitType or GenericCallable or Str or Bytes) => NoneType
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue