Skip to content

Bug with embedded streams #155

Open
Open
@khatchad

Description

@khatchad

There seems to be a bug when a stream is used in a lambda expression that is fed to some intermediate operation. For example:

objects.stream().forEach(o1 -> objects.stream /* ... */).count();

The embedded stream doesn't even seem to have a creation instruction in the IR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions