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 cadb4de commit 4164ba2Copy full SHA for 4164ba2
compiler/src/dotty/tools/dotc/ast/Positioned.scala
@@ -24,8 +24,10 @@ abstract class Positioned(implicit @constructorOnly src: SourceFile) extends Pro
24
def uniqueId: Int = myUniqueId
25
26
private def uniqueId_=(id: Int): Unit = {
27
- //assert(id != 2523, this)
+ // FOR DEBUGGING
28
+ // assert(id != 2523, this)
29
// if (id == 1234) new Throwable().printStackTrace()
30
+
31
myUniqueId = id
32
}
33
0 commit comments