/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue6513.go
10 строк
282 B
Rémy Oudompheng
cmd/gc: qualified embedded fields with owner package.
02 окт 2013, 20:27
02 окт 2013, 20:27
8d6bc66
Код
Авторство
О чём код?
// compiledir // Copyright 2013 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 6513: embedded builtins may get incorrect qualified // field name during import. package ignored