Intellij 14 and Scala Plugin. Error finding default methods

2

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?

    
asked by anonymous 06.11.2014 / 02:14

1 answer

2

There is a bug in this release, as reported here and here .

One possible solution is to invalidate the caches within the IDE at:

File > Invalidate Caches
    
06.11.2014 / 02:14