Skip to content

Scalasig not recursing into package type for prefix #462

@wiwa

Description

@wiwa

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#
       }
     }
   }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions