Skip to content

Applies on idents do not get converted to applyDynamic. #1474

Closed
@nicolasstucki

Description

@nicolasstucki
val x = new X
val y = x(9) // should become x.applyDynamic("apply")(9)
class X extends Dynamic {
  def applyDynamic(name: String)(in: Int): Int = ???
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions