We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1903b4a commit e30a02bCopy full SHA for e30a02b
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -351,7 +351,6 @@ class Definitions {
351
@tu lazy val Predef_classOf : Symbol = ScalaPredefModule.requiredMethod(nme.classOf)
352
@tu lazy val Predef_identity : Symbol = ScalaPredefModule.requiredMethod(nme.identity)
353
@tu lazy val Predef_undefined: Symbol = ScalaPredefModule.requiredMethod(nme.???)
354
- @tu lazy val Predef_any2stringadd: Symbol = ScalaPredefModule.requiredMethod(nme.any2stringadd)
355
356
def SubTypeClass(implicit ctx: Context): ClassSymbol = ctx.requiredClass("scala.<:<")
357
0 commit comments