Skip to content

Doesn't work with type alias #2

Description

@dontgitit

For example, foo: Option[String] is fine
However, the following breaks:

type StringOption = Option[String]
foo: StringOption

Need to call .normalize on the TypeSymbol to expand types aliases

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