Pylgos
Results
1
issues of
Pylgos
### Description ```nim type Obj[T] = object proc `=destroy`[T](self: var Obj[T]) = echo T block: let intObj = Obj[int]() block: let floatObj = Obj[float]() ``` ### Nim Version Nim Compiler...
Severe