tree-sitter / tree-sitter-julia

Julia grammar for Tree-sitter
MIT License
93 stars 32 forks source link

Error for parameterized types with subtype #69

Closed ChrHorn closed 1 year ago

ChrHorn commented 1 year ago

Vector{<:Number}

source_file [0, 0] - [1, 0]
  parameterized_identifier [0, 0] - [0, 16]
    identifier [0, 0] - [0, 6]
    type_argument_list [0, 6] - [0, 16]
      ERROR [0, 7] - [0, 9]
        operator [0, 7] - [0, 9]
      identifier [0, 9] - [0, 15]