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 add8969 commit 77896afCopy full SHA for 77896af
src/compiler/scala/tools/nsc/symtab/classfile/Pickler.scala
@@ -75,7 +75,7 @@ abstract class Pickler extends SubComponent {
75
* Such symbols should be treated as if they were local.
76
*/
77
private def isUnrootedExistential(sym: Symbol) =
78
- sym.isAbstractType && sym.hasFlag(EXISTENTIAL) && sym.owner.isPackageClass
+ sym.isAbstractType && sym.hasFlag(EXISTENTIAL)
79
80
private def normalizedOwner(sym: Symbol) =
81
if (isUnrootedExistential(sym)) root else sym.owner
0 commit comments