aboutsummaryrefslogtreecommitdiff
path: root/src/scala/annotation/internal/Body.scala
diff options
context:
space:
mode:
authorodersky <odersky@gmail.com>2016-10-20 22:40:52 +0200
committerGitHub <noreply@github.com>2016-10-20 22:40:52 +0200
commit6070cce6a7887b6b3c65421bf0c37c92aec3182e (patch)
treea293dfb3444ee5b39983e83986df4444d5f0b0bc /src/scala/annotation/internal/Body.scala
parent3e76f3c26891e3df6afc6ff1ef086d9f876ffc07 (diff)
parent69c930023da720c1791ef41a8231cfe64910951b (diff)
downloaddotty-6070cce6a7887b6b3c65421bf0c37c92aec3182e.tar.gz
dotty-6070cce6a7887b6b3c65421bf0c37c92aec3182e.tar.bz2
dotty-6070cce6a7887b6b3c65421bf0c37c92aec3182e.zip
Merge pull request #1617 from dotty-staging/change-shadow-scala
Introduce scalaShadowing package
Diffstat (limited to 'src/scala/annotation/internal/Body.scala')
-rw-r--r--src/scala/annotation/internal/Body.scala8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/scala/annotation/internal/Body.scala b/src/scala/annotation/internal/Body.scala
new file mode 100644
index 000000000..b6aa0c0fb
--- /dev/null
+++ b/src/scala/annotation/internal/Body.scala
@@ -0,0 +1,8 @@
+package scala.annotation.internal
+
+import scala.annotation.Annotation
+
+/** The class associated with a `BodyAnnotation`, which indicates
+ * an inline method's right hand side
+ */
+final class Body() extends Annotation