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

Discrepancies when outlining case classes with single, implicit parameter list when a parameter is missing val keyword #422

Open
wiwa opened this issue Apr 17, 2019 · 1 comment
Labels

Comments

@wiwa
Copy link
Contributor

wiwa commented Apr 17, 2019

case class C[A](implicit x: Int)
different nsc (-) vs rsc (+): C.scala: _empty_/C#
       symlinks: "_empty_/C#`<init>`()."
       symlinks: "_empty_/C#productArity()."
       symlinks: "_empty_/C#productElement()."
       symlinks: "_empty_/C#productIterator()."
       symlinks: "_empty_/C#productPrefix()."
-      symlinks: "_empty_/C#x."
     }
   }
 }
 access {
   public_access {
missing rsc: C.class: _empty_/C#x.
@wiwa wiwa added the Outline label Apr 17, 2019
@wiwa
Copy link
Contributor Author

wiwa commented Apr 17, 2019

#420 is similar, but this might be a separate issue.

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

No branches or pull requests

1 participant