/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue15572.go
11 строк
358 B
Robert Griesemer
cmd/compile: fix binary export of composite literals with implicit types
09 май 2016, 09:16
09 май 2016, 09:16
87a2ae1
Код
Авторство
О чём код?
// compiledir // Copyright 2016 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. // Test that exporting composite literals with implicit // types doesn't crash the typechecker when running over // inlined function bodies containing such literals. package ignored