Skip to content

Commit 87eaa04

Browse files
committed
Trigger build once more.
1 parent 14c1b3e commit 87eaa04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/core/Denotations.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ object Denotations {
224224
println(e.name)
225225
e = e.prev
226226
}
227-
System.err.println("no more entries found")
227+
System.err.println("no more entries found!")
228228
}
229229
throw new TypeError(s"Missing method: $this . $name")
230230
}

0 commit comments

Comments
 (0)