terrajobst / nquery-vnext

A Roslyn inspired rewrite of NQuery
MIT License
72 stars 16 forks source link

FunctionSymbol`3 arguments #13

Closed StevenThuriot closed 6 years ago

StevenThuriot commented 6 years ago

Hi,

It seems like FunctionSymbol`3 uses the wrong argument type for parameter 3. I'd expect it to use T3 rather than T2.

I'll creat a pull request for this. If you want, I can alter my pull request to include a T4 template to auto generate these.

Kind regards, Steven

dallmair commented 6 years ago

Good catch!

terrajobst commented 6 years ago

Fixed with #14.