Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix checking type arguments for mut T and uni T
When encountering these types in a signature, the compiler didn't verify if these types specified the correct number of type arguments. This meant you could write e.g. `mut Array` (instead of `mut Array[T]`), and the compiler wouldn't produce an error. Changelog: fixed
- Loading branch information