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

Add option to handle implicit keyword in implicit parameter lists #214

Open
jkinkead opened this issue Mar 11, 2016 · 0 comments
Open

Add option to handle implicit keyword in implicit parameter lists #214

jkinkead opened this issue Mar 11, 2016 · 0 comments
Assignees
Milestone

Comments

@jkinkead
Copy link
Collaborator

Today, parameter lists marked implicit have the keyword forced to its own line:

def foo(
  a: Int,
  b: Int
)(
  implicit // On its own line.
  ec: ExecutionContext,
  system: ActorSystem
): Unit

There should be an option to Preserve / Prevent / Force this behavior.

This was introduced in the daniel-trinh fork, and should be fixed in 1.0.

Per comment on #206 from @jrudolph .

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

No branches or pull requests

1 participant