/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue7538b.go
13 строк
252 B
Jan Ziak
cmd/gc: ignore blank (_) labels in label declarations
09 апр 2014, 10:34
09 апр 2014, 10:34
907736e
Код
Авторство
О чём код?
// compile // Copyright 2014 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 7538: blank (_) labels handled incorrectly package p func f() { _: }