Skip to content

Qulice failed to catch improper ) positioning #1321

@yarkivaev

Description

@yarkivaev

Qulice did not cached improper ) positioning

new LtFake<>(
    entity -> {
        count.set(count.get() + 1);
        return Collections.emptyList();
    })

Here is fixed version:

new LtFake<>(
    entity -> {
        count.set(count.get() + 1);
        return Collections.emptyList();
    }
)

Bug was found here:
objectionary/lints#393 (comment)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions