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.
1 parent 20c0f68 commit 040ad04Copy full SHA for 040ad04
tests/pos/implicit-match-and-inline-match.scala
@@ -1,5 +1,5 @@
1
object `implicit-match-and-inline-match` {
2
- import scala.typelevel._
+ import scala.compiletime._
3
4
case class Box[T](value: T)
5
implicit val ibox: Box[Int] = Box(0)
0 commit comments