Small fix in compiler
There was a bug when compiling the following code:
type A(T) = A([T] list)
As T
was not being used directly, the generated class would not have <T>
as a type parameter.
This issue has been fixed.
Full Changelog: v0.0.1...v0.0.2