3 / 3
Jul 2010

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?!")
  }
}
  • created

    Nov '09
  • last reply

    Jul '10
  • 2

    replies

  • 207

    views

  • 2

    users

  • 1

    link

11 days later
8 months later

Suggested Topics

Want to read more? Browse other topics in JAVA based languages or view latest topics.