Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing regression from 0.27.1 with invocations #1155

Merged
merged 1 commit into from
Jan 28, 2024
Merged

Fixing regression from 0.27.1 with invocations #1155

merged 1 commit into from
Jan 28, 2024

Conversation

belav
Copy link
Owner

@belav belav commented Jan 27, 2024

closes #1153

I did add a test case, but accidentally went to main with it when I was dedenting MemberChains.test

// 0.27.1
o
    .Property.CallMethod(
        someParameter_____________________________,
        someParameter_____________________________
    )
    .CallMethod()
    .CallMethod();

// 0.27.2
o.Property.CallMethod(
    someParameter_____________________________,
    someParameter_____________________________
)
    .CallMethod()
    .CallMethod();

@belav belav merged commit 39b8497 into main Jan 28, 2024
3 checks passed
@belav belav deleted the orphan-a branch January 28, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Orphan variable since v0.27.1
1 participant