/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue52020.go
11 строк
245 B
Cuong Manh Le
cmd/compile/internal/walk: fix wrong soleComponent implementation
30 мар 2022, 18:06
30 мар 2022, 18:06
2d34af0
Код
Авторство
О чём код?
// compile // Copyright 2022 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 main func main() { var _ interface{} = struct{ _ [1]int8 }{} }