Skip to content

SIP-47: Clause Interleaving #438

Closed
@eed3si9n

Description

@eed3si9n

Commit of tree-sitter-scala you tested this on

5f44942

A code sample showing the error

  // SIP-47 - Clause Interleaving
  def getOrElse(k: Key)[V >: k.Value](default: V): V

Show the error node

          (function_declaration
            (identifier)
            (ERROR
              (parameters
                (parameter
                  (identifier)
                  (type_identifier))))
            (type_parameters
              (identifier)
              (lower_bound
                (stable_type_identifier
                  (identifier)
                  (type_identifier))))
            (parameters
              (parameter
                (identifier)
                (type_identifier)))
            (type_identifier)))))

What do you expect the tree to look like

No response

Where are you experiencing this error?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions