summaryrefslogtreecommitdiff
path: root/test/files/neg/overload-msg.check
blob: 4562c9ec656245092e2373dc49204d08e53027ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
overload-msg.scala:3: error: overloaded method value + with alternatives:
  (Double)Double <and>
  (Float)Float <and>
  (Long)Long <and>
  (scala.Int)scala.Int <and>
  (Char)scala.Int <and>
  (Short)scala.Int <and>
  (Byte)scala.Int <and>
  (java.lang.String)java.lang.String
 cannot be applied to (Int(in method f))
  def f[Int](y: Int) = x + y
                         ^
one error found