Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scaladoc drops type arguments to aliased tuple #4676

Closed
scabug opened this issue Jun 7, 2011 · 3 comments
Closed

scaladoc drops type arguments to aliased tuple #4676

scabug opened this issue Jun 7, 2011 · 3 comments

Comments

@scabug
Copy link

scabug commented Jun 7, 2011

object Test {
  type SS = (String,String)
  def x(ss: SS): Int = 3
}

Scaladoc shows the SS as ().

@scabug
Copy link
Author

scabug commented Jun 7, 2011

Imported From: https://issues.scala-lang.org/browse/SI-4676?orig=1
Reporter: @harrah

@scabug
Copy link
Author

scabug commented Jul 28, 2011

Commit Message Bot (anonymous) said:
(kzys in r25393) Scaladoc shouldn't drop type arguments to aliased tuple. Related to #4676. Review by pedrofurla.

@scabug
Copy link
Author

scabug commented May 7, 2012

@retronym said:
scala/scala@ac96200c92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant