aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Annotations.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-02-25 09:20:04 +0100
committerMartin Odersky <odersky@gmail.com>2013-02-25 09:20:04 +0100
commit6e37f2e4e153109125493c6c82c0ea0eb9800422 (patch)
treeb175af721b8d33a15e7d2ffe11494b6f6c9fea87 /src/dotty/tools/dotc/core/Annotations.scala
parent36b9128d2214a927d642e87da3322b4ed4e76c58 (diff)
downloaddotty-6e37f2e4e153109125493c6c82c0ea0eb9800422.tar.gz
dotty-6e37f2e4e153109125493c6c82c0ea0eb9800422.tar.bz2
dotty-6e37f2e4e153109125493c6c82c0ea0eb9800422.zip
Systeamtic use of symbolicRef abbreviation.
Diffstat (limited to 'src/dotty/tools/dotc/core/Annotations.scala')
-rw-r--r--src/dotty/tools/dotc/core/Annotations.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/Annotations.scala b/src/dotty/tools/dotc/core/Annotations.scala
index 2ced6cb8a..f8514bb2d 100644
--- a/src/dotty/tools/dotc/core/Annotations.scala
+++ b/src/dotty/tools/dotc/core/Annotations.scala
@@ -49,5 +49,5 @@ object Annotations {
def makeNestedAnnotArg(annot: Annotation): Tree = annot.tree
def ThrowsAnnotation(cls: ClassSymbol)(implicit ctx: Context) =
- Annotation(defn.ThrowsAnnot, Ident(TypeRef(cls.owner.thisType, cls.name)))
+ Annotation(defn.ThrowsAnnot, Ident(cls.symbolicRef))
} \ No newline at end of file