I updated my Intellij IDEA to version 14 and now it is not recognizing any more methods within my Scala program.
IDE does not even find the simplest of methods:
println("Hello world")
What to do?
I updated my Intellij IDEA to version 14 and now it is not recognizing any more methods within my Scala program.
IDE does not even find the simplest of methods:
println("Hello world")
What to do?