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.
Lifted
1 parent fc7e60e commit 1659931Copy full SHA for 1659931
compiler/src/dotty/tools/dotc/transform/LambdaLift.scala
@@ -341,7 +341,7 @@ object LambdaLift {
341
local.copySymDenotation(
342
owner = newOwner,
343
name = newName(local),
344
- initFlags = local.flags &~ Module &~ Final | Private | maybeStatic,
+ initFlags = local.flags &~ Module &~ Final | Private | Lifted | maybeStatic,
345
// drop Module because class is no longer a singleton in the lifted context.
346
info = liftedInfo(local)).installAfter(thisPhase)
347
}
0 commit comments