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 9f708d8 commit 4abf222Copy full SHA for 4abf222
semanticdb/src/dotty/semanticdb/SemanticdbConsumer.scala
@@ -200,7 +200,7 @@ class SemanticdbConsumer(sourceFilePath: java.nio.file.Path) extends TastyConsum
200
201
def isValMethod(implicit ctx: Context): Boolean = {
202
symbol.isMethod && {
203
- (symbol.flags.is(Flags.FieldAccessor) && symbol.flags.is(Flags.Stable) ) ||
+ (symbol.flags.is(Flags.FieldAccessor) && symbol.flags.is(Flags.StableRealizable) ) ||
204
(symbol.isUsefulField && !symbol.flags.is(Flags.Mutable) )
205
}
206
0 commit comments