How many values of type Nothing have in Scala?
Answer Posted / Lalitram
There is exactly one value of type `Nothing` in Scala, which represents an unreachable code path or a computation that will never complete.
Post New Answer View All Answers
What is the latest version of scala?
2
What is the current latest version of scala? What is the major change or update in scala 2.12?
8