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

REPL "not a companion" warning wrongly flags class/method, class/val pairs #6439

Closed
scabug opened this issue Sep 27, 2012 · 2 comments
Closed
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Sep 27, 2012

scala> class C
defined class C

scala> def C = 0
C: Int
warning: previously defined class C is not a companion to method C.
Companions must be defined together; you may wish to use :paste mode for this.

scala> object D
defined module D

scala> def D = 0
D: Int

scala> class E
defined class E

scala> val E = 0
E: Int = 0
@scabug
Copy link
Author

scabug commented Sep 27, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6439?orig=1
Reporter: @retronym
Affected Versions: 2.9.2, 2.10.0

@scabug
Copy link
Author

scabug commented Jan 19, 2013

@retronym said:
scala/scala#1929

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

2 participants