user3580182
user3580182

Reputation: 3

IntelliJ Scala not recognizing Scala symbols ('foo)

In IntelliJ Scala's debugger, you can open a window to evaluate expressions (alt + F8)

However, it always fails as long as I have Scala symbols in the expression (i.e., 'foobar), saying:

result = Literal has null value

Upvotes: 0

Views: 213

Answers (1)

niktrop
niktrop

Reputation: 576

It was a bug. It is fixed now, so all should work in the next version of the scala plugin.

You can use bugtracker for this kind of questions: http://youtrack.jetbrains.com/issue/SCL-6999

Upvotes: 1

Related Questions