Preguntas con la etiqueta [typeclass]
Lista
typeclass preguntas
Doble definición de Scala (2 métodos tienen el mismo tipo de borrado)
11
respuestas
74
votos
18.1k
vistas
Escribí esto en Scala y no se compila: class TestDoubleDef{ def foo(p:List[String]) = {} def foo(p:List[Int]) = {} } el compilador notifica: [error] double definition: [error] method foo:(List[String])Unit and [error]