aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Annotations.scala
blob: 48165f48824ac35ee2315af99908f79f6e9811a0 (plain) (blame)
1
2
3
4
5
6
7
package dotty.tools.dotc.core

object Annotations {

  abstract class AnnotationInfo

}