summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2009-10-28 17:01:27 +0000
committerMartin Odersky <odersky@gmail.com>2009-10-28 17:01:27 +0000
commit03e717bdc79ddc2ad7a603698241fe39c9255a8a (patch)
tree591433a7924fcbbecb2628288ef70ba45fed495d /src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
parent0ce248ef65575dce910c82e5714d808851557669 (diff)
downloadscala-03e717bdc79ddc2ad7a603698241fe39c9255a8a.tar.gz
scala-03e717bdc79ddc2ad7a603698241fe39c9255a8a.tar.bz2
scala-03e717bdc79ddc2ad7a603698241fe39c9255a8a.zip
fixed typo
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/RefChecks.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/RefChecks.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala b/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
index 99bf3916a2..7a074aad5c 100644
--- a/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/RefChecks.scala
@@ -112,7 +112,7 @@ abstract class RefChecks extends InfoTransform {
/** Add bridges for vararg methods that extend Java vararg methods
*/
- def addVarargBridges(clazz: Symbol): List[Tree] {
+ def addVarargBridges(clazz: Symbol): List[Tree] = {
val self = clazz.thisType
val bridges = new ListBuffer[Tree]