It seems that scala submissions don't even get to the main method... The below code compiles, but gets a time limit exception, which seems to indicate a bug. Submission id is 2938762 .
object Main {
def main(args: Array[String]) {
throw new RuntimeException("does it get thrown?!")
}
}