summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2009-05-13 15:11:55 +0000
committerIulian Dragos <jaguarul@gmail.com>2009-05-13 15:11:55 +0000
commit1b9f19f08560f324aee6632643ec2bd1187dec1a (patch)
treefec0c59aa0f6ea02035886623b365f2efda4b012 /src/library
parent62d0a710573fa6bf0d7fcac30c9df1a8b843b3d1 (diff)
downloadscala-1b9f19f08560f324aee6632643ec2bd1187dec1a.tar.gz
scala-1b9f19f08560f324aee6632643ec2bd1187dec1a.tar.bz2
scala-1b9f19f08560f324aee6632643ec2bd1187dec1a.zip
Various improvements to the optimiser: more agg...
Various improvements to the optimiser: more aggresive inlining for monad methods, bytecode reading in more cases, better copy propagation during closure elimination.
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/runtime/RichInt.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/runtime/RichInt.scala b/src/library/scala/runtime/RichInt.scala
index c62d8fcd06..bb01e0de35 100644
--- a/src/library/scala/runtime/RichInt.scala
+++ b/src/library/scala/runtime/RichInt.scala
@@ -12,7 +12,7 @@
package scala.runtime
-final class RichInt(start: Int) extends Proxy with Ordered[Int] {
+final class RichInt(val start: Int) extends Proxy with Ordered[Int] {
// Proxy
def self: Any = start