aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/annotation/internal/UnsafeNonvariant.scala
blob: 43a0a114b87a2ebe1d9fbae4f94d907b27613eff (plain) (blame)
1
2
3
4
5
6
7
8
package dotty.annotation.internal

import scala.annotation.Annotation

/** This annotation is used as a marker for unsafe
 *  instantiations in asSeenFrom. See TypeOps.asSeenfrom for an explanation.
 */
class UnsafeNonvariant extends Annotation