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
The answer here is a combination of items:
This shows rough edges with Intellij and its scala plugin. Especially when I want to integrate scala with java it is apparently difficult if even possible using Intellij at this time (need to create new Scala project on a frequent basis is a non-starter for mostly java projects attempting to incorporate scala).
But for scala-first projects it seems this may be workable.