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 39cacda commit b3642c0Copy full SHA for b3642c0
compiler/src/dotty/tools/dotc/transform/Getters.scala
@@ -90,7 +90,7 @@ class Getters extends MiniPhase with SymTransformer { thisPhase =>
90
d1
91
}
92
93
- private val NoGetterNeededFlags = Method | Param | JavaDefined | JavaStatic | PhantomSymbol
+ private val NoGetterNeededFlags = Method | Param | JavaDefined | JavaStatic | PhantomSymbol | Erased
94
95
val newSetters = util.HashSet[Symbol]()
96
0 commit comments