/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue21882.go
9 строк
232 B
Matthew Dempsky
cmd/compile: fix compiler crash on recursive types
19 сен 2017, 00:49
19 сен 2017, 00:49
bb2f0da
Код
Авторство
О чём код?
// errorcheck // Copyright 2017 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 type T [2]T // ERROR "invalid recursive type"