Skip to content

Small fix in compiler

Compare
Choose a tag to compare
@mateusfccp mateusfccp released this 13 Aug 20:42
· 39 commits to master since this release
a9d7dc3

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