/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue20233.go
11 строк
286 B
Josh Bleecher Snyder
cmd/compile: suppress duplicate type errors
05 май 2017, 00:53
05 май 2017, 00:53
d62c6c3
Код
Авторство
О чём код?
// errorcheck // Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Issue 20233: panic while formatting an error message package p var f = func(...A) // ERROR "undefined: A"