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

Parser failure on switch when statement #57

Closed
pwrightcertinia opened this issue Nov 13, 2024 · 0 comments · Fixed by #56
Closed

Parser failure on switch when statement #57

pwrightcertinia opened this issue Nov 13, 2024 · 0 comments · Fixed by #56
Labels
bug Something isn't working

Comments

@pwrightcertinia
Copy link
Contributor

sample code:

switch on someSObjectType.newSObject() {
  when Schema.SomeSObject someObject {
  ...
  }
...
}

because parser for whenValue is id id instead of typeRef id. Fails on the Schema.

@pwrightcertinia pwrightcertinia added the bug Something isn't working label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant