blob: 2a3b81e46a5092c310e67355f5c7e7083d79a21e [file] [log] [blame]
This test checks semanticTokens on ill-formed code.
(Regression test for #68205.)
-- settings.json --
{
"semanticTokens": true
}
-- flags --
-ignore_extra_diags
-- a.go --
package p
type _ <-<-chan int //@ token("<-", "operator", ""), token("chan", "keyword", "")