summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/makro/runtime/Symbols.scala
blob: 552ad2a303eec6872a142ee1c7aeb7b782ab7f1c (plain) (blame)
1
2
3
4
5
6
7
8
package scala.reflect.makro
package runtime

trait Symbols {
  self: Context =>

  def isLocatable(sym: Symbol) = sym.isLocatable
}