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.2.2
import scala.compiletime.* class c2[i <: Int] { println("constValueOpt:" + constValueOpt[i]) } new c2[2]
constValueOpt:None
should be constValueOpt:Some(2)