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 @@ -662,10 +662,7 @@ class Definitions {
662662 def Unpickler_unpickleType = ctx.requiredMethod(" scala.runtime.quoted.Unpickler.unpickleType" )
663663
664664 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" )
669666
670667 lazy val EqType = ctx.requiredClassRef(" scala.Eq" )
671668 def EqClass (implicit ctx : Context ) = EqType .symbol.asClass
You can’t perform that action at this time.
0 commit comments