例如,如何编写隐式应用以下内容的表达式:
implicit def intsToString(x: Int, y: Int) = "test" val s: String = ... //?
谢谢
scala implicit
implicit ×1
scala ×1