Skip to content

Nested class cannot access nested interface #74

@unv-unv

Description

@unv-unv

Nested class cannot access nested interface:
java_inner_class_cannot_access_inner_interface

Example:

public class Test
{
    interface Foo
    {
        int baz();
    }

    public static class Bar implements Foo
    {

    }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions