summaryrefslogtreecommitdiff
path: root/test/pending/neg/t7441.scala
blob: dad7421e3f6e6977292e9b9780e0b19e4941c94d (plain) (blame)
1
2
3
4
5
6
7
object Test {
  object Bar {
    def apply(xs: List[Any]): Int = 0
    def test = apply(1)
  }
  implicit def foo = 1
}