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

Lambda expression with semicolon #389

Open
eed3si9n opened this issue Mar 13, 2024 · 0 comments
Open

Lambda expression with semicolon #389

eed3si9n opened this issue Mar 13, 2024 · 0 comments

Comments

@eed3si9n
Copy link
Collaborator

Commit of tree-sitter-scala you tested this on

b3ac6a5

A code sample showing the error

TypeTreeWithDeferredRefCheck() { () => val tp = qual.tpe; val sym = tp.typeSymbolDirect
  1
}

val l1 = { () => val x = 1; 2 }

Show the error node

          (val_definition
            (identifier)
            (block
              (lambda_expression
                (bindings)
                (infix_expression
                  (identifier)
                  (identifier)
                  (operator_identifier)))
              (ERROR
                (integer_literal))
              (integer_literal))))))

What do you expect the tree to look like

No response

Where are you experiencing this error?

No response

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

No branches or pull requests

1 participant