Skip to content

INVOKE:LAST targets apply to all instead of last on shift=after #700

@isXander

Description

@isXander
    @Inject(
            method = "init",
            at = @At(
                    value = "INVOKE:LAST",
                    target = "...",
                    shift = At.Shift.AFTER
            )
    )

This applies to all valid injection points, not just the last one.
If I remove the shift, it works as intended.

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