From 03e717bdc79ddc2ad7a603698241fe39c9255a8a Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 28 Oct 2009 17:01:27 +0000 Subject: fixed typo --- src/compiler/scala/tools/nsc/typechecker/RefChecks.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/scala/tools/nsc/typechecker/RefChecks.scala') 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] -- cgit v1.2.3