Skip to content

Commit 4164ba2

Browse files
Add comment
1 parent cadb4de commit 4164ba2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compiler/src/dotty/tools/dotc/ast/Positioned.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ abstract class Positioned(implicit @constructorOnly src: SourceFile) extends Pro
2424
def uniqueId: Int = myUniqueId
2525

2626
private def uniqueId_=(id: Int): Unit = {
27-
//assert(id != 2523, this)
27+
// FOR DEBUGGING
28+
// assert(id != 2523, this)
2829
// if (id == 1234) new Throwable().printStackTrace()
30+
2931
myUniqueId = id
3032
}
3133

0 commit comments

Comments
 (0)