We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
summonFrom
Try to represent summonFrom in the compiler as as summonFrom(x => x match { case ... }).
summonFrom(x => x match { case ... })
This would mean that we would not have a special kind of Match tree in TASTy to represent it and we could remove reflect.SummonFrom.
Match
reflect.SummonFrom