summaryrefslogblamecommitdiff
path: root/test/files/neg/t8704.scala
blob: db43bfcaa5dd04fdede63233055648583b0cc28a (plain) (tree)
1
2
3
4
5
6
7




                                                           

                                                        
class C(i: Int)(implicit j: Int)(implicit k: Int)(n: Int) {
  def f = n
}

class D(private implicit val i: Int)(implicit s: String)