/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue15602.go
11 строк
227 B
Josh Bleecher Snyder
test: add test for issue 15602
09 май 2016, 01:59
09 май 2016, 01:59
3696e46
Код
Авторство
О чём код?
// compile // 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. package p func f(i interface{}) { i, _ = i.(error) }