Rsc misses out on including the package type as a prefix.
package foo
object O {
class D
}
class C extends O.D
tag: CLASSINFOtpe
sym: foo.#C#
parents {
tag: TYPEREFtpe
pre {
- tag: SINGLEtpe
- pre {
- tag: THIStpe
- sym: foo.#
- }
- sym: foo.#O.
+ tag: THIStpe
+ sym: foo.#O.#
}
sym: foo.#O.#D#
}
}
}