Mark Snyder

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created A problem parsing/compiling a basic scala compilation unit
Using scala plugin 0.2.25444 for Intellij 9.0M1 on OS X:The following fails to compile yielding an error with no error text:object HelloWorld { def main(args: Array[String]) { println("hello")...