File tree 1 file changed +1
-4
lines changed
compiler/src/dotty/tools/dotc/core
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -662,10 +662,7 @@ class Definitions {
662
662
def Unpickler_unpickleType = ctx.requiredMethod(" scala.runtime.quoted.Unpickler.unpickleType" )
663
663
664
664
lazy val TastyTopLevelSpliceModule = ctx.requiredModule(" scala.tasty.TopLevelSplice" )
665
- def TastyTopLevelSpliceModuleClass (implicit ctx : Context ) = TastyTopLevelSpliceModule .symbol.asClass
666
-
667
- lazy val TastyTopLevelSplice_compilationTopLevelSpliceR = TastyTopLevelSpliceModule .requiredMethod(" tastyContext" )
668
- def TastyTopLevelSplice_compilationTopLevelSplice (implicit ctx : Context ) = TastyTopLevelSplice_compilationTopLevelSpliceR .symbol
665
+ lazy val TastyTopLevelSplice_compilationTopLevelSplice = TastyTopLevelSpliceModule .requiredMethod(" tastyContext" )
669
666
670
667
lazy val EqType = ctx.requiredClassRef(" scala.Eq" )
671
668
def EqClass (implicit ctx : Context ) = EqType .symbol.asClass
You can’t perform that action at this time.
0 commit comments