Package object bug in IDEA 10.0.1
IntelliJ IDEA 10.0.1 has a bug with regard to package objects.
I have attached a very small project, which has a package one.two. In the directory one/two there are two source files: MyClass.scala and package.scala. The project compiles successfully.
Note that when you open the package object, IDEA doesn't know what MyClass is inside the package object - which is wrong, because MyClass is just a class in the same package.
I'm using Scala 2.8.1 on Windows 7 and Mac OS X.
Attachment(s):
ideatest.zip
请先登录再写评论。
Reported this as a bug: http://youtrack.jetbrains.net/issue/IDEA-64817
Thank you for the report, we'll check it.
That was fixed, thank you.
Best regards,
Alexander Podkhalyuzin.
Thank you for fixing the bug so quickly!