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 dfbedbe commit fe3062cCopy full SHA for fe3062c
compiler/src/dotty/tools/dotc/core/Symbols.scala
@@ -751,7 +751,7 @@ object Symbols {
751
752
/** The source or class file from which this class was generated, null if not applicable. */
753
override def associatedFile(implicit ctx: Context): AbstractFile =
754
- if (assocFile != null || (this.owner.is(PackageClass)) || this.isEffectiveRoot) assocFile
+ if (assocFile != null || this.owner.is(PackageClass) || this.isEffectiveRoot) assocFile
755
else super.associatedFile
756
757
private[this] var mySource: SourceFile = NoSource
0 commit comments