/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue15470.go
10 строк
288 B
Robert Griesemer
test: added test case for (fixed) issue 15470
29 апр 2016, 03:42
29 апр 2016, 03:42
d954f9c
Код
Авторство
О чём код?
// 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. // Issue 15470: Make sure special-case signatures can // be exported and imported w/o problems. package ignored