summaryrefslogtreecommitdiff
path: root/src/library/scala/reflect/api/Scopes.scala
blob: d4e4e24f291a4e93434a20f0ca29b999912ad89d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package scala.reflect
package api

trait Scopes { self: Universe =>

  type Scope <: Iterable[Symbol]

  def newScope(): Scope
}