Skip to content

Missing parameter list in JavaGeneric signature #3411

Closed
@nicolasstucki

Description

@nicolasstucki
object Foo {
  def foo[U](a: Int, b: Double)(c: Boolean, d: String)(e: Object): Int = 1
}

will generate the signature public <U> int Foo$.foo(int,double) which misses all parameters not in the first parameter list.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions