@@ -625,7 +625,7 @@ class Definitions {
625
625
lazy val Product_productPrefixR = ProductClass .requiredMethodRef(nme.productPrefix)
626
626
def Product_productPrefix (implicit ctx : Context ) = Product_productPrefixR .symbol
627
627
lazy val LanguageModuleRef = ctx.requiredModule(" scala.language" )
628
- def LanguageModuleClass (implicit ctx : Context ) = LanguageModuleRef .symbol. moduleClass.asClass
628
+ def LanguageModuleClass (implicit ctx : Context ) = LanguageModuleRef .moduleClass.asClass
629
629
lazy val NonLocalReturnControlType : TypeRef = ctx.requiredClassRef(" scala.runtime.NonLocalReturnControl" )
630
630
lazy val SelectableType : TypeRef = ctx.requiredClassRef(" scala.Selectable" )
631
631
@@ -635,19 +635,13 @@ class Definitions {
635
635
636
636
lazy val QuotedExprType = ctx.requiredClassRef(" scala.quoted.Expr" )
637
637
def QuotedExprClass (implicit ctx : Context ) = QuotedExprType .symbol.asClass
638
-
639
- lazy val QuotedExprModuleType = ctx.requiredModuleRef(" scala.quoted.Expr" )
640
- def QuotedExprModule (implicit ctx : Context ) = QuotedExprModuleType .symbol
638
+ def QuotedExprModule (implicit ctx : Context ) = QuotedExprClass .companionModule
641
639
lazy val QuotedExpr_applyR = QuotedExprModule .requiredMethodRef(nme.apply)
642
640
def QuotedExpr_apply (implicit ctx : Context ) = QuotedExpr_applyR .symbol
643
-
644
- lazy val QuotedExpr_spliceR = QuotedExprClass .requiredMethod(nme.UNARY_~ )
645
- def QuotedExpr_~ (implicit ctx : Context ) = QuotedExpr_spliceR .symbol
646
- lazy val QuotedExpr_runR = QuotedExprClass .requiredMethodRef(nme.run)
647
- def QuotedExpr_run (implicit ctx : Context ) = QuotedExpr_runR .symbol
641
+ lazy val QuotedExpr_~ = QuotedExprClass .requiredMethod(nme.UNARY_~ )
648
642
649
643
lazy val QuotedExprsModule = ctx.requiredModule(" scala.quoted.Exprs" )
650
- def QuotedExprsClass (implicit ctx : Context ) = QuotedExprsModule .symbol. asClass
644
+ def QuotedExprsClass (implicit ctx : Context ) = QuotedExprsModule .asClass
651
645
652
646
lazy val QuotedTypeType = ctx.requiredClassRef(" scala.quoted.Type" )
653
647
def QuotedTypeClass (implicit ctx : Context ) = QuotedTypeType .symbol.asClass
@@ -668,10 +662,7 @@ class Definitions {
668
662
def Unpickler_unpickleType = ctx.requiredMethod(" scala.runtime.quoted.Unpickler.unpickleType" )
669
663
670
664
lazy val TastyTopLevelSpliceModule = ctx.requiredModule(" scala.tasty.TopLevelSplice" )
671
- def TastyTopLevelSpliceModuleClass (implicit ctx : Context ) = TastyTopLevelSpliceModule .symbol.asClass
672
-
673
- lazy val TastyTopLevelSplice_compilationTopLevelSpliceR = TastyTopLevelSpliceModule .requiredMethod(" tastyContext" )
674
- def TastyTopLevelSplice_compilationTopLevelSplice (implicit ctx : Context ) = TastyTopLevelSplice_compilationTopLevelSpliceR .symbol
665
+ lazy val TastyTopLevelSplice_compilationTopLevelSplice = TastyTopLevelSpliceModule .requiredMethod(" tastyContext" )
675
666
676
667
lazy val EqType = ctx.requiredClassRef(" scala.Eq" )
677
668
def EqClass (implicit ctx : Context ) = EqType .symbol.asClass
0 commit comments