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 29c9945 commit bf1e938Copy full SHA for bf1e938
compiler/src/dotty/tools/dotc/typer/Namer.scala
@@ -1176,7 +1176,7 @@ class Namer { typer: Typer =>
1176
import CanForward.*
1177
val sym = mbr.symbol
1178
/**
1179
- * Check the export selects an abstract member (issue #22147).
+ * Check the export selects an abstract member of the current class (issue #22147).
1180
*/
1181
def isAbstractMember: Boolean = sym.is(Deferred) && (expr match
1182
case ths: This if ths.qual.isEmpty => true
0 commit comments