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 81d5e33 commit 4e7491cCopy full SHA for 4e7491c
compiler/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -2507,6 +2507,7 @@ object SymDenotations {
2507
2508
/** A completer for missing references */
2509
class StubInfo() extends LazyType {
2510
+ throw new scala.Error()
2511
2512
def initializeToDefaults(denot: SymDenotation, errMsg: Message)(using Context): Unit = {
2513
denot.info = denot match {
0 commit comments