|
Scala example source code file (test.scala)
The Scala test.scala source codeobject Test { // not sure exactly what this is enforcing, but it was failing on // me due to some early boxing happening with the check for a // stack trace suppression system property, so I boosted the count. def main(args: Array[String]) { assert(runtime.BoxesRunTime.booleanBoxCount < 10, "Expected no more than 10 boolean boxings, found " + runtime.BoxesRunTime.booleanBoxCount) } } Other Scala examples (source code examples)Here is a short list of links related to this Scala test.scala source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.