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.
2 parents da2a245 + d92d1d5 commit 9dd92a9Copy full SHA for 9dd92a9
compiler/src/dotty/tools/dotc/core/Symbols.scala
@@ -729,11 +729,6 @@ object Symbols {
729
override protected def prefixString = "ClassSymbol"
730
}
731
732
- class ErrorSymbol(val underlying: Symbol, msg: => String)(implicit ctx: Context) extends Symbol(NoCoord, ctx.nextId) {
733
- type ThisName = underlying.ThisName
734
- denot = underlying.denot
735
- }
736
-
737
@sharable object NoSymbol extends Symbol(NoCoord, 0) {
738
override def associatedFile(implicit ctx: Context): AbstractFile = NoSource.file
739
override def recomputeDenot(lastd: SymDenotation)(implicit ctx: Context): SymDenotation = NoDenotation
0 commit comments