scala3
scala3 copied to clipboard
Fix false exhaustivity warning for pattern returning NamedTuple
fixes #23158
The fix is made based on us doing stripNamedTuple in other parts close by. Seems like made should in a single place, but I lack the bigger understanding to figure our where that would be.