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