Skip to content

Commit adc0404

Browse files
committed
Comment debug assertion
1 parent 8a82991 commit adc0404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ object Trees {
815815
}
816816

817817
class EmptyTree[T >: Untyped] extends Thicket(Nil)(NoContext) {
818-
assert(uniqueId != 1492)
818+
// assert(uniqueId != 1492)
819819
}
820820

821821
class EmptyValDef[T >: Untyped] extends ValDef[T](

0 commit comments

Comments
 (0)