We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fb999c7
object Foo: def foo(f: Option[Int] => Option[Int]): Option[Int] = f(None) foo(o => for { a <- o } yield a, )
... (lambda_expression ; [3, 6] - [7, 2] parameters: (identifier) ; [3, 6] - [3, 7] (indented_block ; [4, 4] - [7, 2] (for_expression ; [4, 4] - [6, 13] enumerators: (enumerators ; [5, 6] - [6, 4] (enumerator ; [5, 6] - [5, 12] (identifier) ; [5, 6] - [5, 7] (identifier))) ; [5, 11] - [5, 12] body: (identifier)) ; [6, 12] - [6, 13] (ERROR)))))))) ; [6, 13] - [6, 14] ...
(lambda_expression ; [3, 6] - [7, 2] parameters: (identifier) ; [3, 6] - [3, 7] (indented_block ; [4, 4] - [7, 2] (for_expression ; [4, 4] - [6, 13] enumerators: (enumerators ; [5, 6] - [6, 4] (enumerator ; [5, 6] - [5, 12] (identifier) ; [5, 6] - [5, 7] (identifier))) ; [5, 11] - [5, 12] body: (identifier))))))))) ; [6, 12] - [6, 13]
nvim-treesitter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Commit of tree-sitter-scala you tested this on
fb999c7
A code sample showing the error
Show the error node
What do you expect the tree to look like
Where are you experiencing this error?
nvim-treesitter
The text was updated successfully, but these errors were encountered: