Skip to content

Commit 4e7491c

Browse files
committed
Show stacktrace earlier
1 parent 81d5e33 commit 4e7491c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: compiler/src/dotty/tools/dotc/core/SymDenotations.scala

+1
Original file line numberDiff line numberDiff line change
@@ -2507,6 +2507,7 @@ object SymDenotations {
25072507

25082508
/** A completer for missing references */
25092509
class StubInfo() extends LazyType {
2510+
throw new scala.Error()
25102511

25112512
def initializeToDefaults(denot: SymDenotation, errMsg: Message)(using Context): Unit = {
25122513
denot.info = denot match {

0 commit comments

Comments
 (0)