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

referencing an enumeration value produces invalid bytecode #2933

Closed
scabug opened this issue Jan 20, 2010 · 1 comment
Closed

referencing an enumeration value produces invalid bytecode #2933

scabug opened this issue Jan 20, 2010 · 1 comment

Comments

@scabug
Copy link

scabug commented Jan 20, 2010

class T {
  def foo() {
    val x = System.Globalization.UnicodeCategory.SpaceSeparator
  }
}

produces a

ldsfld System.Globalization.UnicodeCategory::SpaceSeparator

which PEVerify complains about (Field is not visible)

@scabug
Copy link
Author

scabug commented Jan 20, 2010

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

@scabug scabug closed this as completed May 7, 2012
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