gotools/gopls/internal/server/debug.go

// assert panics with the given msg if cond is not true.
func assert(cond bool, msg string) {}