I just upgraded to Intellij 2016.3.2, and it broke my stage code with a 'reassignment to val' error.
The code still compiles and works via SBT. But Intellij is clueless. Anyone else seeing this error?
For instance: stage = new JFXApp.PrimaryStage{ ... } produces a 'reassignment to val' error on stage.
This did not happen prior this version of Intellij.