Skip to content

Nicht unterstütztes Sprachfeature: default / static Methoden in einem Interface #28

@NiklasHargarter

Description

@NiklasHargarter

Sprachfeatures wurden in Java8 hinzugefügt. Diese werden vom Parser nicht unterstützt

interface Foo {
     default void bar() {

     }

     static void baz() {

     }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions