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




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