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 76e941c commit e75e9edCopy full SHA for e75e9ed
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -367,7 +367,7 @@ class Typer extends Namer
367
if (qualifies(defDenot)) {
368
val found =
369
if (isSelfDenot(defDenot)) curOwner.enclosingClass.thisType
370
- else if(ctx.isJava && defDenot.symbol.isStatic) {
+ else if (ctx.isJava && defDenot.symbol.isStatic) {
371
defDenot.symbol.namedType
372
} else {
373
val effectiveOwner =
0 commit comments