summaryrefslogtreecommitdiff
path: root/test/files/neg/overload.check
blob: 1c1f1e7a014b8c91e5b6f0f355aa2dd229d88df4 (plain) (blame)
1
2
3
4
5
6
7
overload.scala:10: error: erroneous reference to overloaded definition,
most specific definition is: method f in class C of type (scala.Int)scala.Unit,
yet alternative definition   method f in class D of type (scala.Any)scala.Unit
is defined in a subclass
  (new D).f(1)
         ^
one error found