/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue4590.go
10 строк
276 B
Rémy Oudompheng
cmd/gc: mark wrapper methods for unnamed types as DUPOK.
03 янв 2013, 00:42
03 янв 2013, 00:42
20c76f7
Код
Авторство
О чём код?
// rundir // Copyright 2012 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 4590: linker fails on multiple imports of // an anonymous struct with methods. package ignored