Skip to content

Commit 040ad04

Browse files
committed
Fix test
1 parent 20c0f68 commit 040ad04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/implicit-match-and-inline-match.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object `implicit-match-and-inline-match` {
2-
import scala.typelevel._
2+
import scala.compiletime._
33

44
case class Box[T](value: T)
55
implicit val ibox: Box[Int] = Box(0)

0 commit comments

Comments
 (0)