scala3 icon indicating copy to clipboard operation
scala3 copied to clipboard

Fix false exhaustivity warning for pattern returning NamedTuple

Open eejbyfeldt opened this issue 6 months ago • 0 comments

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.

eejbyfeldt avatar Jun 13 '25 14:06 eejbyfeldt