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

reflective method invocations returns null instead of () #6199

Closed
scabug opened this issue Aug 6, 2012 · 2 comments
Closed

reflective method invocations returns null instead of () #6199

scabug opened this issue Aug 6, 2012 · 2 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Aug 6, 2012

scala> class C { def foo = () }
defined class C

scala> cm.reflect(new C).reflectMethod(typeOf[C].member(newTermName("foo")).asMethod)()
res0 @        0: Any = null
@scabug
Copy link
Author

scabug commented Aug 6, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6199?orig=1
Reporter: @xeno-by
Affected Versions: 2.10.0-M6
Other Milestones: 2.10.0

@scabug
Copy link
Author

scabug commented Aug 7, 2012

@xeno-by said:
scala/scala@cac52ac

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