Skip to content

Nicht unterstütztes Sprachfeature: Nested Interface in Methodbody #24

@NiklasHargarter

Description

@NiklasHargarter

Der Parser unterstützt eine Interface Deklaration innerhalb eines Methodbodys nicht.

public class Example {
    public void func() {
        interface InnerInterface {

        }
    }
}

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