Skip to content

Scalasig not recursing into package type for prefix #462

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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