Skip to content

Accessing nested classes #1

@vito

Description

@vito

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions