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

Accessing nested classes #1

Open
vito opened this issue Apr 14, 2010 · 0 comments
Open

Accessing nested classes #1

vito opened this issue Apr 14, 2010 · 0 comments

Comments

@vito
Copy link

vito commented Apr 14, 2010

Accessing nested classes currently tries to call the nested class as a method on the parent, rather than just getting that class.

Current workaround is to import the nested class itself, via this syntax:

import "Child", "com.example.Parent$Child"

And then just use Child.

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