Skip to content
This repository was archived by the owner on Nov 29, 2020. It is now read-only.
This repository was archived by the owner on Nov 29, 2020. It is now read-only.

Polymorphic function optimizer, some other cases #5

Open
@sir-wabbit

Description

@sir-wabbit

It doesn't yet work in some cases like

object A {
  val foo = new Obj {
    def foo[A]: Foo[A] = ...
  }
}

or

trait Obj {
  def foo[A]: Foo[A] = ...
}
object A extends Obj

EDIT: works in both cases.

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