File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
compiler/src/dotty/tools/dotc/printing Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -140,15 +140,6 @@ class PlainPrinter(_ctx: Context) extends Printer {
140
140
case _ => Nil
141
141
})
142
142
143
- /** Direct references to these symbols are printed without their prefix for convenience.
144
- * They are either aliased in scala.Predef or in the scala package object, as well as `Object`
145
- */
146
- private lazy val printWithoutPrefix : Set [Symbol ] =
147
- (defn.ScalaPredefModule .termRef.typeAliasMembers
148
- ++ defn.ScalaPackageObject .termRef.typeAliasMembers).map(_.info.classSymbol).toSet
149
- + defn.ObjectClass
150
- + defn.FromJavaObjectSymbol
151
-
152
143
def toTextCaptureSet (cs : CaptureSet ): Text =
153
144
if printDebug && ctx.settings.YccDebug .value && ! cs.isConst then cs.toString
154
145
else if cs == CaptureSet .Fluid then " <fluid>"
You can’t perform that action at this time.
0 commit comments