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