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

lint warning for parameterless method and method with an implicit parameter #7415

Open
scabug opened this issue Apr 24, 2013 · 5 comments
Open
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Apr 24, 2013

trait Base {
  def foo(implicit a: Any) = 0
}

trait Derived1 extends Base {
  def foo = 0
}

trait Derived2 extends Base {
  val foo = 0
}

If it cost Martin days of debugging, it's probably a bad idea.

@scabug
Copy link
Author

scabug commented Apr 24, 2013

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

@scabug
Copy link
Author

scabug commented May 20, 2013

@JamesIry said:
2.10.2 is about to be cut. Kicking down the road and un-assigning to foster work stealing.

@scabug
Copy link
Author

scabug commented Jun 3, 2013

@scabug
Copy link
Author

scabug commented Aug 5, 2014

@gkossakowski said:
The 2.11.2 is out so I'm rescheduling the issue for 2.11.3.

@scabug
Copy link
Author

scabug commented Nov 4, 2014

@retronym said:
Updating fix-by version to 2.11.5.

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

3 participants