Skip to content

typedesc typeRel regression #5632

Closed
Closed
@jangko

Description

@jangko
type
  Option*[T] = object
  
proc point*[A](v: A, t: typedesc[Option[A]]): Option[A] =
  discard
  
discard point(1, Option)

another regression reported by @vegansk in #5621

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions