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 789ceb1 commit 4f2e6a4Copy full SHA for 4f2e6a4
compiler/src/dotty/tools/dotc/core/NamerOps.scala
@@ -68,7 +68,7 @@ object NamerOps:
68
}
69
70
/** If a class has one of these flags, it does not get a constructor companion */
71
- private val NoConstructorProxyNeededFlags = Abstract | Trait | Case | Synthetic | Module
+ private val NoConstructorProxyNeededFlags = Abstract | Trait | Case | Synthetic | Module | Invisible
72
73
/** The flags of a constructor companion */
74
private val ConstructorCompanionFlags = Synthetic | ConstructorProxy
0 commit comments