scala3 icon indicating copy to clipboard operation
scala3 copied to clipboard

Use TypeComparer.constValue in TypeEval

Open eejbyfeldt opened this issue 3 days ago • 0 comments

This uses TypeComparer.constValue to extract the constant in TypeEval. This is also how constValue is implemented. So I think also using it in TypeEval make behavior around this more consistent and predictable.

This fixes: #24717

eejbyfeldt avatar Dec 09 '25 17:12 eejbyfeldt