/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue16428.go
12 строк
292 B
Dan Scales
test: re-enable a bunch of tests with types2
03 дек 2021, 19:24
03 дек 2021, 19:24
29483b3
Код
Авторство
О чём код?
// errorcheck // 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 var ( b = [...]byte("abc") // ERROR "outside of array literal|outside a composite literal" s = len(b) )