2
I upgraded my Intellij IDEA to version 14 and now it is no longer recognizing some methods within my Scala program.
The IDE can’t even find the simplest of methods:
println("Hello world")
What to do?
2
I upgraded my Intellij IDEA to version 14 and now it is no longer recognizing some methods within my Scala program.
The IDE can’t even find the simplest of methods:
println("Hello world")
What to do?
Browser other questions tagged ide scala intellij-idea
You are not signed in. Login or sign up in order to post.