File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/dotty/tools/backend/jvm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -457,8 +457,8 @@ class DottyBackendInterface()(implicit ctx: Context) extends BackendInterface{
457
457
def parentSymbols : List [Symbol ] = toDenot(sym).info.parents.map(_.typeSymbol)
458
458
def superClass : Symbol = toDenot(sym).superClass
459
459
def enclClass : Symbol = toDenot(sym).enclosingClass
460
- def linkedClassOfClass : Symbol = toDenot(sym).companionModule
461
- def linkedClass : Symbol = linkedClassOfClass // exitingPickler(sym.linkedClassOfClass)
460
+ def linkedClassOfClass : Symbol = linkedClass
461
+ def linkedClass : Symbol = toDenot(sym).linkedClass // exitingPickler(sym.linkedClassOfClass)
462
462
def companionClass : Symbol = toDenot(sym).companionClass
463
463
def companionModule : Symbol = toDenot(sym).companionModule
464
464
def companionSymbol : Symbol = if (sym is Flags .Module ) companionClass else companionModule
You can’t perform that action at this time.
0 commit comments