summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/reify/utils/StdAttachments.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/reflect/reify/utils/StdAttachments.scala')
-rw-r--r--src/compiler/scala/reflect/reify/utils/StdAttachments.scala12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/compiler/scala/reflect/reify/utils/StdAttachments.scala b/src/compiler/scala/reflect/reify/utils/StdAttachments.scala
new file mode 100644
index 0000000000..abbed814e0
--- /dev/null
+++ b/src/compiler/scala/reflect/reify/utils/StdAttachments.scala
@@ -0,0 +1,12 @@
+package scala.reflect.reify
+package utils
+
+trait StdAttachments {
+ self: Utils =>
+
+ import global._
+
+ case class ReifyBindingAttachment(binding: Symbol)
+
+ case class ReifyAliasAttachment(binding: Symbol, alias: TermName)
+} \ No newline at end of file