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.
3.3.0-RC3
trait Show[A] given Show[Long] with {} object Foo { opaque type Id = Long summon[Show[Id]] // fine. summon[Show[Foo.Id]] // won't compile }
The first summon just fine, but the second not.
Which might be the root cause of #17639