Author | Message |
---|---|
jbrooks
Posts: 5
|
Posted 13:05 Oct 01, 2012 |
I am getting some syntax errors from what I am sure are correctly formatted scala statements in my scala class, in fact those same statements produce the expected results when entered into a scala worksheet. Has anyone else encountered something like this? |
rabbott
Posts: 1649
|
Posted 13:14 Oct 01, 2012 |
Sometimes syntax error notification markers are not removed until you save the program. Last edited by rabbott at
13:16 Oct 01, 2012.
|