Here is a trivial scala script:
object test {
def hi() { print(\"hi there from here\") }
}
test.hi()
From the command line it does the expe
What works for me, is:
Now you can run your script. It's a bit inconvenient, but it works.
Note: This works for me in IntelliJ IDEA 14.x