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 65af1c6 commit acda51cCopy full SHA for acda51c
compiler/src/dotty/tools/dotc/typer/Namer.scala
@@ -1199,6 +1199,7 @@ class Namer { typer: Typer =>
1199
cls.setNoInitsFlags(parentsKind(parents), untpd.bodyKind(rest))
1200
if (cls.isNoInitsClass) cls.primaryConstructor.setFlag(StableRealizable)
1201
processExports(using localCtx)
1202
+ defn.patchStdLibClass(denot.asClass)
1203
}
1204
1205
0 commit comments