aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t3927.scala
blob: 5e0d581d4eabb2fa15577360e483dbcf4ba7ef9d (plain) (tree)
1
2
3
4
5
6





                                                   
object A {
  def x: Unit = {
    implicit lazy val e: Equiv[Int] = sys.error("")
    implicitly[Equiv[Int]]
  }
}