aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t1038.scala
blob: 367022965b995b4e92e3dbab377986655b032a7c (plain) (blame)
1
2
3
4
5
6
7
8
class X(x : Int)

object Y {
  val a = new X
  import a._
  implicit val b : Int = 1
  implicit val c = 2
}