/
githubmirror
/
go
Обзор
Документация
Войти
/
githubmirror
/
go
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixedbugs/issue78410.go
9 строк
237 B
Cuong Manh Le
cmd/compile: ensure map/slice clearing expressions are walked
31 мар 2026, 20:58
31 мар 2026, 20:58
9002bd9
Код
Авторство
О чём код?
// 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 func f() { clear([]byte{string([]byte{'x'}[:])[0]}) }