Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix ThunkGenerator Fixes: ``` error CA1859: Change type of parameter 'tr' from 'System.IO.TextReader' to 'System.IO.StreamReader' for improved performance error CA1859: Change return type of method 'ParseInput' from 'System.Collections.Generic.IEnumerable<Thunkerator.FunctionDecl>' to 'System.Collections.ObjectModel.ReadOnlyCollection<Thunkerator.FunctionDecl>' for improved performance ``` * Fix typo
- Loading branch information