summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/AddInterfaces.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-11-06 16:57:13 -0800
committerPaul Phillips <paulp@improving.org>2012-11-06 16:57:13 -0800
commitfc89074f50f278ee31313dd136f10bd046e137cc (patch)
treee7b04b831564e26126cbe962d01bf60da0453369 /src/compiler/scala/tools/nsc/transform/AddInterfaces.scala
parente51e9b5c5a357967f642262d88244dae550c91b2 (diff)
downloadscala-fc89074f50f278ee31313dd136f10bd046e137cc.tar.gz
scala-fc89074f50f278ee31313dd136f10bd046e137cc.tar.bz2
scala-fc89074f50f278ee31313dd136f10bd046e137cc.zip
Deprecation patrol.
Threw in deprecation warning reduction in src/compiler.
Diffstat (limited to 'src/compiler/scala/tools/nsc/transform/AddInterfaces.scala')
-rw-r--r--src/compiler/scala/tools/nsc/transform/AddInterfaces.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/transform/AddInterfaces.scala b/src/compiler/scala/tools/nsc/transform/AddInterfaces.scala
index 9b74e56f70..5fbc15f858 100644
--- a/src/compiler/scala/tools/nsc/transform/AddInterfaces.scala
+++ b/src/compiler/scala/tools/nsc/transform/AddInterfaces.scala
@@ -92,7 +92,7 @@ abstract class AddInterfaces extends InfoTransform { self: Erasure =>
impl.typeOfThis = iface.typeOfThis
impl.thisSym setName iface.thisSym.name
}
- impl.sourceFile = iface.sourceFile
+ impl.associatedFile = iface.sourceFile
if (inClass)
iface.owner.info.decls enter impl