@@ -420,8 +420,6 @@ class Definitions {
420
420
lazy val StringAdd_plusR = StringAddClass .requiredMethodRef(nme.raw.PLUS )
421
421
def StringAdd_+ (implicit ctx : Context ) = StringAdd_plusR .symbol
422
422
423
- lazy val PairType : TypeRef = ctx.requiredClassRef(" dotty.Pair" )
424
- def PairClass (implicit ctx : Context ) = PairType .symbol.asClass
425
423
lazy val PartialFunctionType : TypeRef = ctx.requiredClassRef(" scala.PartialFunction" )
426
424
def PartialFunctionClass (implicit ctx : Context ) = PartialFunctionType .symbol.asClass
427
425
lazy val AbstractPartialFunctionType : TypeRef = ctx.requiredClassRef(" scala.runtime.AbstractPartialFunction" )
@@ -460,37 +458,37 @@ class Definitions {
460
458
def StaticAnnotationClass (implicit ctx : Context ) = StaticAnnotationType .symbol.asClass
461
459
462
460
// Annotation classes
463
- lazy val AliasAnnotType = ctx.requiredClassRef(" dotty .annotation.internal.Alias" )
461
+ lazy val AliasAnnotType = ctx.requiredClassRef(" scala .annotation.internal.Alias" )
464
462
def AliasAnnot (implicit ctx : Context ) = AliasAnnotType .symbol.asClass
465
- lazy val AnnotationDefaultAnnotType = ctx.requiredClassRef(" dotty .annotation.internal.AnnotationDefault" )
463
+ lazy val AnnotationDefaultAnnotType = ctx.requiredClassRef(" scala .annotation.internal.AnnotationDefault" )
466
464
def AnnotationDefaultAnnot (implicit ctx : Context ) = AnnotationDefaultAnnotType .symbol.asClass
467
- lazy val BodyAnnotType = ctx.requiredClassRef(" dotty .annotation.internal.Body" )
465
+ lazy val BodyAnnotType = ctx.requiredClassRef(" scala .annotation.internal.Body" )
468
466
def BodyAnnot (implicit ctx : Context ) = BodyAnnotType .symbol.asClass
469
- lazy val ChildAnnotType = ctx.requiredClassRef(" dotty .annotation.internal.Child" )
467
+ lazy val ChildAnnotType = ctx.requiredClassRef(" scala .annotation.internal.Child" )
470
468
def ChildAnnot (implicit ctx : Context ) = ChildAnnotType .symbol.asClass
471
- lazy val CovariantBetweenAnnotType = ctx.requiredClassRef(" dotty .annotation.internal.CovariantBetween" )
469
+ lazy val CovariantBetweenAnnotType = ctx.requiredClassRef(" scala .annotation.internal.CovariantBetween" )
472
470
def CovariantBetweenAnnot (implicit ctx : Context ) = CovariantBetweenAnnotType .symbol.asClass
473
- lazy val ContravariantBetweenAnnotType = ctx.requiredClassRef(" dotty .annotation.internal.ContravariantBetween" )
471
+ lazy val ContravariantBetweenAnnotType = ctx.requiredClassRef(" scala .annotation.internal.ContravariantBetween" )
474
472
def ContravariantBetweenAnnot (implicit ctx : Context ) = ContravariantBetweenAnnotType .symbol.asClass
475
473
lazy val DeprecatedAnnotType = ctx.requiredClassRef(" scala.deprecated" )
476
474
def DeprecatedAnnot (implicit ctx : Context ) = DeprecatedAnnotType .symbol.asClass
477
475
lazy val ImplicitNotFoundAnnotType = ctx.requiredClassRef(" scala.annotation.implicitNotFound" )
478
476
def ImplicitNotFoundAnnot (implicit ctx : Context ) = ImplicitNotFoundAnnotType .symbol.asClass
479
477
lazy val InlineAnnotType = ctx.requiredClassRef(" scala.inline" )
480
478
def InlineAnnot (implicit ctx : Context ) = InlineAnnotType .symbol.asClass
481
- lazy val InlineParamAnnotType = ctx.requiredClassRef(" dotty .annotation.internal.InlineParam" )
479
+ lazy val InlineParamAnnotType = ctx.requiredClassRef(" scala .annotation.internal.InlineParam" )
482
480
def InlineParamAnnot (implicit ctx : Context ) = InlineParamAnnotType .symbol.asClass
483
- lazy val InvariantBetweenAnnotType = ctx.requiredClassRef(" dotty .annotation.internal.InvariantBetween" )
481
+ lazy val InvariantBetweenAnnotType = ctx.requiredClassRef(" scala .annotation.internal.InvariantBetween" )
484
482
def InvariantBetweenAnnot (implicit ctx : Context ) = InvariantBetweenAnnotType .symbol.asClass
485
483
lazy val MigrationAnnotType = ctx.requiredClassRef(" scala.annotation.migration" )
486
484
def MigrationAnnot (implicit ctx : Context ) = MigrationAnnotType .symbol.asClass
487
485
lazy val NativeAnnotType = ctx.requiredClassRef(" scala.native" )
488
486
def NativeAnnot (implicit ctx : Context ) = NativeAnnotType .symbol.asClass
489
487
lazy val RemoteAnnotType = ctx.requiredClassRef(" scala.remote" )
490
488
def RemoteAnnot (implicit ctx : Context ) = RemoteAnnotType .symbol.asClass
491
- lazy val RepeatedAnnotType = ctx.requiredClassRef(" dotty .annotation.internal.Repeated" )
489
+ lazy val RepeatedAnnotType = ctx.requiredClassRef(" scala .annotation.internal.Repeated" )
492
490
def RepeatedAnnot (implicit ctx : Context ) = RepeatedAnnotType .symbol.asClass
493
- lazy val SourceFileAnnotType = ctx.requiredClassRef(" dotty .annotation.internal.SourceFile" )
491
+ lazy val SourceFileAnnotType = ctx.requiredClassRef(" scala .annotation.internal.SourceFile" )
494
492
def SourceFileAnnot (implicit ctx : Context ) = SourceFileAnnotType .symbol.asClass
495
493
lazy val ScalaSignatureAnnotType = ctx.requiredClassRef(" scala.reflect.ScalaSignature" )
496
494
def ScalaSignatureAnnot (implicit ctx : Context ) = ScalaSignatureAnnotType .symbol.asClass
@@ -520,7 +518,7 @@ class Definitions {
520
518
def UncheckedStableAnnot (implicit ctx : Context ) = UncheckedStableAnnotType .symbol.asClass
521
519
lazy val UncheckedVarianceAnnotType = ctx.requiredClassRef(" scala.annotation.unchecked.uncheckedVariance" )
522
520
def UncheckedVarianceAnnot (implicit ctx : Context ) = UncheckedVarianceAnnotType .symbol.asClass
523
- lazy val UnsafeNonvariantAnnotType = ctx.requiredClassRef(" dotty .annotation.internal.UnsafeNonvariant" )
521
+ lazy val UnsafeNonvariantAnnotType = ctx.requiredClassRef(" scala .annotation.internal.UnsafeNonvariant" )
524
522
def UnsafeNonvariantAnnot (implicit ctx : Context ) = UnsafeNonvariantAnnotType .symbol.asClass
525
523
lazy val VolatileAnnotType = ctx.requiredClassRef(" scala.volatile" )
526
524
def VolatileAnnot (implicit ctx : Context ) = VolatileAnnotType .symbol.asClass
0 commit comments