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 unnamed restarg #1112

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

Support unnamed restarg #1112

wants to merge 1 commit into from

Conversation

TastyPi
Copy link

@TastyPi TastyPi commented May 5, 2024

Without this change, the test produces the following diagnostics:

diagnostics:
- range:
    start:
      line: 2
      character: 10
    end:
      line: 2
      character: 11
  severity: ERROR
  message: Cannot detect the type of the expression
  code: Ruby::FallbackAny
- range:
    start:
      line: 2
      character: 13
    end:
      line: 2
      character: 15
  severity: ERROR
  message: Cannot detect the type of the expression
  code: Ruby::FallbackAny
- range:
    start:
      line: 3
      character: 11
    end:
      line: 3
      character: 12
  severity: ERROR
  message: Cannot detect the type of the expression
  code: Ruby::FallbackAny

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.

None yet

1 participant