/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue78313.go
9 строк
216 B
Cuong Manh Le
cmd/compile: fix missing walk for OAS2RECV node
26 мар 2026, 18:54
26 мар 2026, 18:54
286a796
Код
Авторство
О чём код?
// compile // Copyright 2026 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 a, _ any = <-(chan int)(nil)