mirror of https://github.com/exaloop/codon.git
Fix annotation
parent
732dfcbab3
commit
d0461d572f
|
@ -25,6 +25,7 @@ class Generator:
|
|||
ret ptr %self
|
||||
|
||||
@pure
|
||||
@derives
|
||||
@llvm
|
||||
def __new__(ptr: cobj) -> Generator[T]:
|
||||
ret ptr %ptr
|
||||
|
|
Loading…
Reference in New Issue