summaryrefslogtreecommitdiff
path: root/test/pending/neg/t1038.scala
blob: 7157aafa06654c83b534d84dabda1d29b5c53613 (plain) (blame)
1
2
3
4
5
6
7
class X(x : Int)

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