scala3 icon indicating copy to clipboard operation
scala3 copied to clipboard

Spurious shadowing warning with -Wshadow:type-parameter-shadow

Open Bersier opened this issue 2 weeks ago • 1 comments

Compiler version

3.8.0-RC1

Minimized example

import scala.compiletime.ops.int.+

type Foo[S] = S

Warning message

Type parameter S for type Foo shadows the type defined by type S in object int

Bersier avatar Nov 28 '25 14:11 Bersier