On Wed, Jun 3, 2009 at 10:14 PM, Gordon <
gordon...@gmail.com> wrote:
>
> Okay, I've set SCALA_HOME. I'm using NetBeans 6.71 RC1 with nb-scala
> for NB 6.7 and Scala 2.8.0 preview. I created a simple test object
> like this:
>
> import scala.collection.immutable.Map
>
> object Test {
>
> val stuff = Map("blah" -> "foo")
>
> def main(args:Array[String]) = {
> println(stuff)
> }
>
> }
>
> The Navigator pane shows:
>
> - Test
> - main : (<error>)<error>
> - stuff : <error>
>
> Mousing over the stuff field with Ctrl held down shows the info
> tooltip with: private val stuff: <error>.
>
> Is it just not compatible with Scala 2.8.0?
compatible with Scala 2.7.x. For 2.8.0, I'm waiting for the first