summaryrefslogblamecommitdiff
path: root/test/files/neg/t3653.check
blob: ac6e2ca9dc29097fed4b95a0a84219e924319168 (plain) (tree)
1
2
3
4
5
6
7






                                         
t3653.scala:3: error: double definition:
method x:(implicit x: Int)Int and
method x:(i: Int)Int at line 2
have same type after erasure: (x: Int)Int
   def x(implicit x: Int) = 5
       ^
one error found