Skip to content

Commit bf1e938

Browse files
bracevacodersky
andauthored
Update comment
Co-authored-by: Jan-Pieter van den Heuvel <[email protected]> Co-authored-by: Willem W Bakker <[email protected]> Co-authored-by: odersky <[email protected]>
1 parent 29c9945 commit bf1e938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/Namer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ class Namer { typer: Typer =>
11761176
import CanForward.*
11771177
val sym = mbr.symbol
11781178
/**
1179-
* Check the export selects an abstract member (issue #22147).
1179+
* Check the export selects an abstract member of the current class (issue #22147).
11801180
*/
11811181
def isAbstractMember: Boolean = sym.is(Deferred) && (expr match
11821182
case ths: This if ths.qual.isEmpty => true

0 commit comments

Comments
 (0)