``` const vec<int> v = vec[0]; function foo(vec<int> $v = vec[0]): void {} ``` The first occurrence of `int` is incorrectly highlighted here.
The first occurrence of
intis incorrectly highlighted here.