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

Support trailing_positionals #1270

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tk0miya
Copy link
Contributor

@tk0miya tk0miya commented Oct 8, 2024

Closes #1172

@@ -2054,6 +2054,32 @@ def f(x, y, z)
)
end

def test_method_def__trailing
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please let me know if there is more better place to add a test case.

@tk0miya tk0miya force-pushed the support_trailing_positionals branch from 07e165b to ed1d6de Compare October 8, 2024 16:41
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.

Unexpected MethodParameterMismatch with positional argument after optional argument
1 participant