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