aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t3653.scala
blob: 0bedc4fdc3ff8f1495102dcda7716ce91b4ab12f (plain) (blame)
1
2
3
4
class B {
   def x(i: Int) = 3
   def x(implicit x: Int) = 5
}