Open isc30 opened 3 years ago
this crashes
Max<Person>(a0, a1, p => p.Age).Age
it can be fixed by the lowerer transforming it to:
((Person)Max<Person>(a0, a1, p => p.Age)).Age
also, while doing this, fix the missing using for generic lowerer
using
this crashes
it can be fixed by the lowerer transforming it to: