/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/bug324.go
10 строк
336 B
Rémy Oudompheng
test: use rundir and errorcheckdir for a few more tests.
07 окт 2012, 20:37
07 окт 2012, 20:37
d9953c9
Код
Авторство
О чём код?
// rundir // Copyright 2011 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 case for issue 1550: a type cannot implement an interface // from another package with a private method, and type assertions // should fail. package ignored