mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
fix: type declaration bugs
This commit is contained in:
parent
b04ef87044
commit
44930f1c25
7 changed files with 63 additions and 38 deletions
|
@ -1,3 +1,5 @@
|
|||
.TestProgram: ClassType
|
||||
.TestProgram!: ClassType
|
||||
.TestProgram!.
|
||||
__call__: (module := Str) => NoneType
|
||||
|
||||
.main = .TestProgram
|
||||
.main! = .TestProgram!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue