Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Support for private methods in interfaces (Java 9+) #103

Open
@smola

Description

@smola

As of Java 9, interface can include private methods with implementation. Example:

public interface Interface {
    private void init() {}
}

Currently the driver returns an error: syntax error: Abstract methods do not specify a body

More generally, we'll need a native parser update to support all new features from Java 9 to 11.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions