overload-msg.scala:3: error: overloaded method value + with alternatives: (Double)Double (Float)Float (Long)Long (scala.Int)scala.Int (Char)scala.Int (Short)scala.Int (Byte)scala.Int (java.lang.String)java.lang.String cannot be applied to (Int(in method f)) def f[Int](y: Int) = x + y ^ one error found