Skip to content

Instantly share code, notes, and snippets.

Created December 30, 2012 02:26
object StaticInit1 {
val SIZE = 10000000
var value = false
def main(args: Array[String]) {
for (i <- 0 until SIZE) value = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment