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 2c441d7 commit a79d848Copy full SHA for a79d848
compiler/src/dotty/tools/dotc/ast/Positioned.scala
@@ -21,7 +21,6 @@ import java.io.{ PrintWriter }
21
abstract class Positioned(implicit @constructorOnly src: SourceFile) extends SrcPos, Product, Cloneable {
22
import Positioned.{ids, nextId, debugId}
23
24
- private var myUniqueId: Int = _
25
private var mySpan: Span = _
26
27
/** A unique identifier in case -Yshow-tree-ids, or -Ydebug-tree-with-id
0 commit comments