============
Regression
============

final a = StateProvider<T12345678>   // Complete expression is: final a = StateProvider<T1234567>();
// Yes this is an error, because it is a partial definition (no semicolon)

---

(program
  (ERROR
    (final_builtin)
    (identifier)
    (type_identifier)
    (type_arguments
      (type_identifier)))
  (comment)
  (comment))
