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 2ce2b38 commit b31333cCopy full SHA for b31333c
compiler/src/dotty/tools/dotc/core/Symbols.scala
@@ -508,12 +508,6 @@ object Symbols {
508
final def isStatic(implicit ctx: Context): Boolean =
509
lastDenot != null && lastDenot.initial.isStatic
510
511
- /** A unique, densely packed integer tag for each class symbol, -1
512
- * for all other symbols. To save memory, this method
513
- * should be called only if class is a super class of some other class.
514
- */
515
- def superId(implicit ctx: Context): Int = -1
516
-
517
/** This symbol entered into owner's scope (owner must be a class). */
518
final def entered(implicit ctx: Context): this.type = {
519
assert(this.owner.isClass, s"symbol ($this) entered the scope of non-class owner ${this.owner}") // !!! DEBUG
0 commit comments