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

javasphinx-apidoc throws error when java file contains Java 8 stream to array (String[] :: new) #62

@FoxNeo

Description

@FoxNeo

Other expressions in java 8 work for example
test.stream().toArray(n -> new String[n]);

but in this way it does not work and throws an error
test.stream().toArray(String[]::new);

ERROR:root:Syntax error

Expected '.' at new line 45, character 41

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