/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue5910.go
10 строк
272 B
Rémy Oudompheng
cmd/gc: fix inlining of unnamed structs with embedded fields.
06 авг 2013, 00:09
06 авг 2013, 00:09
49da9a8
Код
Авторство
О чём код?
// 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 5910: parsing of unnamed struct types // in inlined bodies was broken. package ignored