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.
In VS Code with Scala 3.6.2 and metals 1.4.2
3.6.2
def fromInt[T: Numeric as num](t: Int): T = num.fromInt(t) // ^^^
no hover
should display that num: Numeric[T] or something like that
num: Numeric[T]